Skip to content

Commit 5144840

Browse files
committed
fix: use unreachable host in default_profile_auto_selected test
The test used localhost:8563 which succeeds in CI where the Exasol Docker container runs on that exact address.
1 parent 013eeff commit 5144840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/profile_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ fn default_profile_auto_selected() {
293293
dir.path(),
294294
r#"
295295
[default]
296-
host = "localhost"
296+
host = "unreachable.example.com"
297297
port = 8563
298298
user = "sys"
299299
password = "exasol"

0 commit comments

Comments
 (0)