summaryrefslogtreecommitdiff
path: root/test/suite/test_txn11.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_txn11.py')
-rw-r--r--test/suite/test_txn11.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_txn11.py b/test/suite/test_txn11.py
index 147bf3a76c0..3c02b1e86e3 100644
--- a/test/suite/test_txn11.py
+++ b/test/suite/test_txn11.py
@@ -44,7 +44,7 @@ class test_txn11(wttest.WiredTigerTestCase, suite_subprocess):
uri = 'table:' + tablename
# Turn on logging for this test.
- def conn_config(self, dir):
+ def conn_config(self):
return 'log=(archive=%s,' % self.archive + \
'enabled,file_max=%s,prealloc=false),' % self.logmax + \
'transaction_sync=(enabled=false),'