diff options
-rw-r--r-- | archaeological_operations/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index fa5d8f32b..d8399eedb 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -712,8 +712,8 @@ class OperationWizardDeleteTest(OperationWizardCreationTest): ] def pass_test(self): - if settings.USE_SPATIALITE_FOR_TESTS: - # SPATIALITE mess with views so no test for now... + if not settings.SOUTH_TESTS_MIGRATE: + # with no migration the views are not created return True def pre_wizard(self): |