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 | 3f2c37a22611c7585d9eea2f87b258fb045a38b8 (patch) | |
tree | d84402beef23594c3e9c0ee468eef2fa9171a18c /archaeological_operations/tests.py | |
parent | b8c71bb519ce212ba6e5d33666bf1330cda1b744 (diff) | |
download | Ishtar-3f2c37a22611c7585d9eea2f87b258fb045a38b8.tar.bz2 Ishtar-3f2c37a22611c7585d9eea2f87b258fb045a38b8.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 |