diff options
Diffstat (limited to 'archaeological_operations/tests.py')
| -rw-r--r-- | archaeological_operations/tests.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 80569fb1b..93c4fbe92 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -673,9 +673,9 @@ class OperationWizardCreationTest(WizardTest, OperationInitTest, TestCase):          FormData(              "Create a preventive diag",              form_datas={ -            'general-operation_creation': { -                'operation_type': 1,  # preventive diag -                'year': 2016} +                'general-operation_creation': { +                    'operation_type': 1,  # preventive diag +                    'year': 2016}              },              ignored=('filechoice-operation_creation',                       'preventive-operation_creation', | 
