diff --git a/tests/integration_tests/tests/connection.rs b/tests/integration_tests/tests/connection.rs index 1bc2b1740..444826c49 100644 --- a/tests/integration_tests/tests/connection.rs +++ b/tests/integration_tests/tests/connection.rs @@ -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]