Skip to content

Commit 2686387

Browse files
committed
ci: bugfix
1 parent b201b94 commit 2686387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/pki/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ x/+V28hUf8m8P2NxP5ALaDZagdaMfzjGZo3O3wDv33Cds0P5GMGQYnRXDxcZN/2L
596596
#[cfg(feature = "crypto_adaptor_tongsuo")]
597597
#[maybe_async::test(feature = "sync_handler", async(all(not(feature = "sync_handler")), tokio::test))]
598598
async fn test_pki_sm2_generate_root() {
599-
let (_rvault, core, root_token) = new_unseal_test_rusty_vault("test_pki_sm2_generate_root");
599+
let (_rvault, core, root_token) = new_unseal_test_rusty_vault("test_pki_sm2_generate_root").await;
600600
let token = &root_token;
601601
let path = "sm2pki/";
602602
let role_name = "test";

0 commit comments

Comments
 (0)