Skip to content

Commit

Permalink
chore(test): Use github endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 17, 2025
1 parent 2997e25 commit f930791
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 f930791

Please sign in to comment.