summaryrefslogtreecommitdiff
path: root/test/suite/test_txn15.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_txn15.py')
-rw-r--r--test/suite/test_txn15.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_txn15.py b/test/suite/test_txn15.py
index c061c093b02..a2bfb626338 100644
--- a/test/suite/test_txn15.py
+++ b/test/suite/test_txn15.py
@@ -41,7 +41,7 @@ class test_txn15(wttest.WiredTigerTestCase, suite_subprocess):
create_params = 'key_format=i,value_format=i'
entries = 100
# Turn on logging for this test.
- def conn_config(self, dir):
+ def conn_config(self):
return 'statistics=(fast),' + \
'log=(archive=false,enabled,file_max=100K),' + \
'use_environment=false,' + \