Skip to content

Commit 6664610

Browse files
authored
fix(test): Use test domain for test url (#2150)
1 parent fb207ad commit 6664610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/tests/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl test_server::Test for Svc {
2121

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

2626
assert!(res.is_err());
2727
}

0 commit comments

Comments
 (0)