Skip to content

Commit 1142d16

Browse files
committed
Fix test build
1 parent 7c4ed72 commit 1142d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bitwarden-core/tests/register.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async fn test_register_initialize_crypto() {
3434
email: email.to_owned(),
3535
private_key: register_response.keys.private,
3636
signing_key: None,
37+
security_state: None,
3738
method: InitUserCryptoMethod::Password {
3839
password: password.to_owned(),
3940
user_key: register_response.encrypted_user_key,

0 commit comments

Comments
 (0)