diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-20 13:50:37 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-20 13:50:37 +0100 |
commit | 8b2ce8ee16a8ce40c09c5e5cb7bd9e8cd48a3368 (patch) | |
tree | 8b0e6033fe85891b6bb0eef6d4665b6465996dc2 /archaeological_operations/tests.py | |
parent | f42ea0f49a4d5c5a6cb15758d2bc8edaacc49ec3 (diff) | |
download | Ishtar-8b2ce8ee16a8ce40c09c5e5cb7bd9e8cd48a3368.tar.bz2 Ishtar-8b2ce8ee16a8ce40c09c5e5cb7bd9e8cd48a3368.zip |
Fix find creation (refs #3399) - improve wizard test management
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', |