summaryrefslogtreecommitdiff
path: root/test/orm/inheritance5.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/inheritance5.py')
-rw-r--r--test/orm/inheritance5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/inheritance5.py b/test/orm/inheritance5.py
index 6c093bf9d..29bec2aa8 100644
--- a/test/orm/inheritance5.py
+++ b/test/orm/inheritance5.py
@@ -43,7 +43,7 @@ class RelationTest1(testbase.ORMTest):
try:
compile_mappers()
except exceptions.ArgumentError, ar:
- assert str(ar) == "Cant determine relation direction for 'manager' on mapper 'Mapper|Person|people' with primary join 'people.manager_id = managers.person_id' - foreign key columns are present in both the parent and the child's mapped tables. Specify 'foreignkey' argument."
+ assert str(ar) == "Cant determine relation direction for relationship 'Person.manager (Manager)' - foreign key columns are present in both the parent and the child's mapped tables. Specify 'foreign_keys' argument."
clear_mappers()