From a6c7a169346eff7dad8530ba6fbe073c4fc39604 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Apr 2018 14:10:12 +0200 Subject: Fix test check for operation wizard - bis --- 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 f7a62cc5c..ff90a92b7 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -1624,7 +1624,7 @@ class OperationWizardCreationTest(WizardTest, OperationInitTest, TestCase): steps = views.wizard_steps base_ignored_steps = ( 'towns-operation_creation', 'parcels-operation_creation', - 'preventive-operation_creation', 'judiciary-operation_modification' + 'preventive-operation_creation', 'judiciary-operation_creation' ) form_datas = [ FormData( -- cgit v1.2.3