mirror of
https://github.com/bitwarden/server.git
synced 2025-06-20 02:48:03 -05:00
Fix build of integration tests
This commit is contained in:
parent
91d68f1481
commit
129e29150f
@ -404,7 +404,7 @@ public class AccountsKeyManagementControllerTests : IClassFixture<ApiApplication
|
|||||||
};
|
};
|
||||||
request.AccountKeys.SignatureKeyPair = new SignatureKeyPairRequestModel
|
request.AccountKeys.SignatureKeyPair = new SignatureKeyPairRequestModel
|
||||||
{
|
{
|
||||||
SignatureAlgorithm = SignatureAlgorithm.Ed25519,
|
SignatureAlgorithm = "ed25519",
|
||||||
WrappedSigningKey = _mockEncryptedType7String,
|
WrappedSigningKey = _mockEncryptedType7String,
|
||||||
VerifyingKey = "verifyingKey",
|
VerifyingKey = "verifyingKey",
|
||||||
};
|
};
|
||||||
@ -494,7 +494,7 @@ public class AccountsKeyManagementControllerTests : IClassFixture<ApiApplication
|
|||||||
};
|
};
|
||||||
request.AccountKeys.SignatureKeyPair = new SignatureKeyPairRequestModel
|
request.AccountKeys.SignatureKeyPair = new SignatureKeyPairRequestModel
|
||||||
{
|
{
|
||||||
SignatureAlgorithm = SignatureAlgorithm.Ed25519,
|
SignatureAlgorithm = "ed25519",
|
||||||
WrappedSigningKey = _mockEncryptedType7String,
|
WrappedSigningKey = _mockEncryptedType7String,
|
||||||
VerifyingKey = "verifyingKey",
|
VerifyingKey = "verifyingKey",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user