From 16e6456f197abbba596ff469fc3b5a300a147848 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 30 Jan 2019 10:20:41 +0100 Subject: Tests: fix warehouse division creation test --- archaeological_warehouse/tests.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'archaeological_warehouse/tests.py') 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'] ), ] -- cgit v1.2.3