diff options
| -rw-r--r-- | test/orm/test_options.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/orm/test_options.py b/test/orm/test_options.py index 78826a735..cd91e222e 100644 --- a/test/orm/test_options.py +++ b/test/orm/test_options.py @@ -404,6 +404,8 @@ class OfTypePathingTest(PathTest, QueryTest): class WithEntitiesTest(QueryTest, AssertsCompiledSQL): + __dialect__ = "default" + def test_options_legacy_with_entities_onelevel(self): """test issue #6253 (part of #6503)""" |
