Skip to content

Commit eb30ab0

Browse files
committed
clippy fix
1 parent 85d86dc commit eb30ab0

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

  • src/internet_identity/tests/integration

src/internet_identity/tests/integration/openid.rs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,9 @@ fn cannot_register_with_faulty_jwt() {
237237

238238
// Create identity - this will panic if it doesn't work. It should panic as we are using a faulty jwt.
239239

240-
let _identity_number = create_identity_with_openid_credential(
241-
&env,
242-
canister_id,
243-
&faulty_jwt,
244-
&salt,
245-
test_principal,
246-
);
240+
let _identity_number =
241+
create_identity_with_openid_credential(&env, canister_id, faulty_jwt, &salt, test_principal);
242+
247243
}
248244

249245
static CLIENT_ID: &str = "360587991668-63bpc1gngp1s5gbo1aldal4a50c1j0bb.apps.googleusercontent.com";

0 commit comments

Comments
 (0)