Skip to content

Commit 3ac983c

Browse files
committed
Clippy
1 parent cb3e193 commit 3ac983c

File tree

1 file changed

+1
-0
lines changed
  • src/internet_identity/tests/integration

1 file changed

+1
-0
lines changed

src/internet_identity/tests/integration/http.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,7 @@ fn ii_canister_serves_decodable_synchronized_config() -> Result<(), RejectRespon
14711471
auth_uri: "https://accounts.example.com/o/oauth2/auth".to_string(),
14721472
auth_scope: vec!["openid".to_string(), "email".to_string()],
14731473
fedcm_uri: None,
1474+
email_verification: None,
14741475
}];
14751476
let config = InternetIdentityInit {
14761477
openid_configs: Some(openid_configs.clone()),

0 commit comments

Comments
 (0)