mirror of
https://github.com/bitwarden/server.git
synced 2026-04-20 11:42:29 -05:00
test: update SyncControllerTest
This commit is contained in:
@@ -402,7 +402,7 @@ public class SyncControllerTests
|
||||
Assert.Equal(kdfMemory, result.UserDecryption.MasterPasswordUnlock.Kdf.Memory);
|
||||
Assert.Equal(kdfParallelism, result.UserDecryption.MasterPasswordUnlock.Kdf.Parallelism);
|
||||
Assert.Equal(user.Key, result.UserDecryption.MasterPasswordUnlock.MasterKeyEncryptedUserKey);
|
||||
Assert.Equal(user.Email.ToLower(), result.UserDecryption.MasterPasswordUnlock.Salt);
|
||||
Assert.Equal(user.GetMasterPasswordSalt(), result.UserDecryption.MasterPasswordUnlock.Salt);
|
||||
}
|
||||
|
||||
private async Task AssertMethodsCalledAsync(IUserService userService,
|
||||
|
||||
Reference in New Issue
Block a user