Skip to content

Commit f7dbd60

Browse files
committed
chore(pact-verifier): Cleanup crypto configure code in test
1 parent 7386314 commit f7dbd60

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rust/pact_verifier/src/pact_broker.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,9 +1563,6 @@ mod tests {
15631563

15641564
#[test_log::test(tokio::test)]
15651565
async fn fetch_link_returns_an_error_if_a_previous_resource_has_not_been_fetched() {
1566-
rustls::crypto::ring::default_provider()
1567-
.install_default()
1568-
.expect("Failed to install rustls crypto provider");
15691566
let client = HALClientBuilder::builder().with_url("http://localhost", None).build();
15701567
let result = client.fetch_link("anything_will_do", &hashmap!{}).await;
15711568
expect!(result).to(be_err().value("No previous resource has been fetched from the pact broker. URL: 'http://localhost', LINK: 'anything_will_do'".to_string()));

0 commit comments

Comments
 (0)