From 3f2c37a22611c7585d9eea2f87b258fb045a38b8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 21 Apr 2017 10:38:44 +0200 Subject: commit_on_success -> atomic --- archaeological_operations/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/tests.py') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 183a2f682..303ed2237 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -1266,7 +1266,7 @@ class OperationWizardDeleteTest(OperationWizardCreationTest): ] def pass_test(self): - if not settings.SOUTH_TESTS_MIGRATE: + if not settings.TEST_VIEWS: # with no migration the views are not created return True -- cgit v1.2.3