summaryrefslogtreecommitdiff
path: root/tests/test_replication.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_replication.py')
-rwxr-xr-xtests/test_replication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_replication.py b/tests/test_replication.py
index 79d1295..0aed578 100755
--- a/tests/test_replication.py
+++ b/tests/test_replication.py
@@ -183,7 +183,7 @@ class AsyncReplicationTest(ReplicationTestCase):
@skip_repl_if_green
def test_async_replication(self):
conn = self.repl_connect(
- connection_factory=LogicalReplicationConnection, async=1)
+ connection_factory=LogicalReplicationConnection, async_=1)
if conn is None:
return