1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-31 23:21:22 +01:00
This commit is contained in:
Bernd Schoolmann 2025-01-28 12:20:46 +01:00
parent 73f6f672ba
commit a9391328a3
No known key found for this signature in database

View File

@ -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);