summaryrefslogtreecommitdiff
path: root/test/engine/test_parseconnect.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/test_parseconnect.py')
-rw-r--r--test/engine/test_parseconnect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_parseconnect.py b/test/engine/test_parseconnect.py
index b6d08ceba..4a3da7d1c 100644
--- a/test/engine/test_parseconnect.py
+++ b/test/engine/test_parseconnect.py
@@ -307,7 +307,7 @@ class CreateEngineTest(fixtures.TestBase):
assert_raises(
MySpecialException,
- conn._revalidate_connection
+ getattr, conn, 'connection'
)
@testing.requires.sqlite