8000 tests: python3 minor fix · postgrespro/pg_probackup@1b2ead7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b2ead7

Browse files
committed
tests: python3 minor fix
1 parent 069b9c1 commit 1b2ead7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ def get_async_connect(self, database=None, host=None, port=5432):
12291229
database='postgres',
12301230
host='127.0.0.1',
12311231
port=port,
1232-
async=True
1232+
async_=True
12331233
)
12341234

12351235
def wait(self, connection):

0 commit comments

Comments
 (0)
0