Skip to content

Commit

Permalink
fix(test): Use github endpoint to fix flaky test (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 17, 2025
1 parent 6839a39 commit b161892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/tests/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async fn connect_handles_tls() {
rustls::crypto::ring::default_provider()
.install_default()
.unwrap();
TestClient::connect("https://example.com").await.unwrap();
TestClient::connect("https://github.com").await.unwrap();
}

#[tokio::test]
Expand Down

0 comments on commit b161892

Please sign in to comment.