We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826e12b commit 75d6acbCopy full SHA for 75d6acb
crates/pg_test_utils/src/test_database.rs
@@ -8,7 +8,7 @@ pub async fn get_new_test_db(connection_string: String, database_password: Strin
8
.parse()
9
.expect("Invalid Connection String");
10
11
- let host = options_without_db_name.get_host();
+ let host = options_from_conn_str.get_host();
12
assert!(
13
host == "localhost" || host == "127.0.0.1",
14
"Running tests against non-local database!"
0 commit comments