Skip to content

Commit 75d6acb

Browse files
fix
1 parent 826e12b commit 75d6acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pg_test_utils/src/test_database.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub async fn get_new_test_db(connection_string: String, database_password: Strin
88
.parse()
99
.expect("Invalid Connection String");
1010

11-
let host = options_without_db_name.get_host();
11+
let host = options_from_conn_str.get_host();
1212
assert!(
1313
host == "localhost" || host == "127.0.0.1",
1414
"Running tests against non-local database!"

0 commit comments

Comments
 (0)