diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-30 10:20:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-30 10:20:41 +0100 |
commit | 16e6456f197abbba596ff469fc3b5a300a147848 (patch) | |
tree | a75fe8104abf7dacc5f26a4d19a8a164508260d7 /archaeological_warehouse/tests.py | |
parent | 0a4e62e696bfec66e12442395dc9c92d42f4aaa7 (diff) | |
download | Ishtar-16e6456f197abbba596ff469fc3b5a300a147848.tar.bz2 Ishtar-16e6456f197abbba596ff469fc3b5a300a147848.zip |
Tests: fix warehouse division creation test
Diffstat (limited to 'archaeological_warehouse/tests.py')
-rw-r--r-- | archaeological_warehouse/tests.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archaeological_warehouse/tests.py b/archaeological_warehouse/tests.py index cf3c1febc..f05a0e9dd 100644 --- a/archaeological_warehouse/tests.py +++ b/archaeological_warehouse/tests.py @@ -60,12 +60,8 @@ class WarehouseWizardCreationTest(WizardTest, FindInit, TestCase): 'location': None, 'responsible': None, }, - 'divisions-warehouse_creation': [ - { - 'order': 42 - } - ] }, + ignored=['divisions-warehouse_creation'] ), ] |