diff options
-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 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( |