summaryrefslogtreecommitdiff
path: root/test/engine/reconnect.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/reconnect.py')
-rw-r--r--test/engine/reconnect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/reconnect.py b/test/engine/reconnect.py
index d50267a1f..936ea97e4 100644
--- a/test/engine/reconnect.py
+++ b/test/engine/reconnect.py
@@ -36,7 +36,7 @@ class MockConnection(object):
class MockCursor(object):
def __init__(self, parent):
self.explode = parent.explode
- self.description = None
+ self.description = ()
def execute(self, *args, **kwargs):
if self.explode[0]:
raise MockDisconnect("Lost the DB connection")