Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48017e6

Browse files
committed
tests: minor fix
1 parent 0de4ec0 commit 48017e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def compare_pgdata(self, original_pgdata, restored_pgdata):
949949
fail = True
950950
self.assertFalse(fail, error_message)
951951

952-
def get_asyc_connect(self, database=None, host=None, port=5432):
952+
def get_async_connect(self, database=None, host=None, port=5432):
953953
if not database:
954954
database = 'postgres'
955955
if not host:

tests/ptrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_ptrack_vacuum_full(self):
224224
)
225225

226226
# create async connection
227-
conn = self.get_asyc_connect(port=node.port)
227+
conn = self.get_async_connect(port=node.port)
228228

229229
self.wait(conn)
230230

0 commit comments

Comments
 (0)