There was an error while loading. Please reload this page.
1 parent fe168d9 commit 73350dcCopy full SHA for 73350dc
1 file changed
compatibility-suite/tests/v3_steps/message.rs
@@ -809,6 +809,10 @@ fn a_provider_state_callback_is_configured(world: &mut V3MessageWorld) -> anyhow
809
810
#[when("the verification is run")]
811
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
+
816
world.verification_results = verify_provider_async(
817
world.provider_info.clone(),
818
world.sources.clone(),
0 commit comments