summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/orm/test_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_attributes.py b/test/orm/test_attributes.py
index 96c6451d0..80d8cdc04 100644
--- a/test/orm/test_attributes.py
+++ b/test/orm/test_attributes.py
@@ -123,7 +123,7 @@ class AttributeImplAPITest(fixtures.MappedTest):
assert_raises_message(
ValueError,
- r"list.remove\(x\): x not in list",
+ r"list.remove\(.*?\): .* not in list",
A.b.impl.remove,
attributes.instance_state(a1),
attributes.instance_dict(a1), b2, None