summaryrefslogtreecommitdiff
path: root/test/suite/test_async02.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_async02.py')
-rw-r--r--test/suite/test_async02.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_async02.py b/test/suite/test_async02.py
index 50652da6dfd..28435fe85b2 100644
--- a/test/suite/test_async02.py
+++ b/test/suite/test_async02.py
@@ -129,7 +129,7 @@ class test_async02(wttest.WiredTigerTestCase, suite_subprocess):
])
# Enable async for this test.
- def conn_config(self, dir):
+ def conn_config(self):
return 'async=(enabled=true,ops_max=%s,' % self.async_ops + \
'threads=%s)' % self.async_threads