diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-21 10:38:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-21 10:38:44 +0200 |
commit | 172dd2d8a4d462a7fcebcbc4accb704f2a9afda5 (patch) | |
tree | d84402beef23594c3e9c0ee468eef2fa9171a18c /archaeological_operations/tests.py | |
parent | f8b7ff1482285ac4059928b759f4d4ec31e48337 (diff) | |
download | Ishtar-172dd2d8a4d462a7fcebcbc4accb704f2a9afda5.tar.bz2 Ishtar-172dd2d8a4d462a7fcebcbc4accb704f2a9afda5.zip |
commit_on_success -> atomic
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |