mirror of
https://github.com/bitwarden/server.git
synced 2025-01-31 23:21:22 +01:00
Fix test
This commit is contained in:
parent
73f6f672ba
commit
a9391328a3
@ -103,6 +103,8 @@ public class RotateUserAccountKeysCommandTests
|
||||
model.MasterPasswordUnlockData.KdfMemory = 64;
|
||||
model.MasterPasswordUnlockData.KdfParallelism = 4;
|
||||
|
||||
model.AccountPublicKey = user.PublicKey;
|
||||
|
||||
sutProvider.GetDependency<IUserService>().CheckPasswordAsync(user, model.OldMasterKeyAuthenticationHash)
|
||||
.Returns(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user