summaryrefslogtreecommitdiff
path: root/test/base
diff options
context:
space:
mode:
Diffstat (limited to 'test/base')
-rw-r--r--test/base/test_except.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/base/test_except.py b/test/base/test_except.py
index 2bf7d1eb8..9353d28ab 100644
--- a/test/base/test_except.py
+++ b/test/base/test_except.py
@@ -429,6 +429,7 @@ ALL_EXC = [
[
sa_exceptions.ArgumentError,
sa_exceptions.DuplicateColumnError,
+ sa_exceptions.ConstraintColumnNotFoundError,
sa_exceptions.NoSuchModuleError,
sa_exceptions.NoForeignKeysError,
sa_exceptions.AmbiguousForeignKeysError,