summaryrefslogtreecommitdiff
path: root/test/sql/test_constraints.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/test_constraints.py')
-rw-r--r--test/sql/test_constraints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_constraints.py b/test/sql/test_constraints.py
index 2603f67a3..eb558fc95 100644
--- a/test/sql/test_constraints.py
+++ b/test/sql/test_constraints.py
@@ -1063,7 +1063,7 @@ class ConstraintAPITest(fixtures.TestBase):
)
assert_raises_message(
exc.ArgumentError,
- "Column 't2.y' is not part of table 't1'.",
+ r"Column\(s\) 't2.y' are not part of table 't1'.",
Index,
"bar", t1.c.x, t2.c.y
)