We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8093b64 commit a0da31eCopy full SHA for a0da31e
src/postgresql/tests/test_postgresql.py
@@ -9,4 +9,4 @@ def test_setup_teardown():
9
10
def test_fixture(tmp_postgres):
11
pgdata, con_str = tmp_postgres
12
- postgresql.psql(f'-h "{con_str}" -c "select version()"')
+ postgresql.psql(f'-d "{con_str}" -c "select version()"')
0 commit comments