Skip to content

Commit

Permalink
fix(test): Use test domain for test url (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 18, 2025
1 parent fb207ad commit 6664610
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 @@ -21,7 +21,7 @@ impl test_server::Test for Svc {

#[tokio::test]
async fn connect_returns_err() {
let res = TestClient::connect("http://thisdoesntexist").await;
let res = TestClient::connect("http://thisdoesntexist.test").await;

assert!(res.is_err());
}
Expand Down

0 comments on commit 6664610

Please sign in to comment.