Skip to content

Commit 73350dc

Browse files
committed
chore: fix compatibility suite
1 parent fe168d9 commit 73350dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

compatibility-suite/tests/v3_steps/message.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,10 @@ fn a_provider_state_callback_is_configured(world: &mut V3MessageWorld) -> anyhow
809809

810810
#[when("the verification is run")]
811811
async fn the_verification_is_run(world: &mut V3MessageWorld) -> anyhow::Result<()> {
812+
if rustls::crypto::CryptoProvider::get_default().is_none() {
813+
let _ = rustls::crypto::ring::default_provider().install_default();
814+
}
815+
812816
world.verification_results = verify_provider_async(
813817
world.provider_info.clone(),
814818
world.sources.clone(),

0 commit comments

Comments
 (0)