diff options
Diffstat (limited to 'test/orm/test_joins.py')
-rw-r--r-- | test/orm/test_joins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/test_joins.py b/test/orm/test_joins.py index 3120a160d..ff684d846 100644 --- a/test/orm/test_joins.py +++ b/test/orm/test_joins.py @@ -170,7 +170,6 @@ class InheritedJoinTest(InheritedTest, AssertsCompiledSQL): r"Mapper\[Manager\(managers\)\] due to overlapping", "An alias is being generated automatically against joined entity " r"Mapper\[Boss\(boss\)\] due to overlapping", - raise_on_any_unexpected=True, ): self.assert_compile( q, |