There was an error while loading. Please reload this page.
1 parent a254fc4 commit fe168d9Copy full SHA for fe168d9
1 file changed
compatibility-suite/tests/shared_steps/provider.rs
@@ -462,6 +462,10 @@ fn a_pact_file_for_interaction_is_to_be_verified_with_the_following_provider_sta
462
463
#[when("the verification is run")]
464
async fn the_verification_is_run(world: &mut ProviderWorld) -> anyhow::Result<()> {
465
+ if rustls::crypto::CryptoProvider::get_default().is_none() {
466
+ let _ = rustls::crypto::ring::default_provider().install_default();
467
+ }
468
+
469
let options = world.verification_options();
470
world.verification_results = verify_provider_async(
471
world.provider_info.clone(),
0 commit comments