Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zjma committed Feb 27, 2024
1 parent 8d7f580 commit 9d82151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/smoke-test/src/jwks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub async fn put_provider_on_chain(
r#"
let issuer = b"{}";
let config_url = b"{}";
jwks::upsert_oidc_provider(&framework_signer, issuer, config_url);
jwks::upsert_oidc_provider_for_next_epoch(&framework_signer, issuer, config_url);
"#,
String::from_utf8(name).unwrap(),
String::from_utf8(config_url).unwrap(),
Expand Down

0 comments on commit 9d82151

Please sign in to comment.