summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
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
commitfa07d144fdf6bd89ee6d1014243aacbeb722b09c (patch)
tree8b0e6033fe85891b6bb0eef6d4665b6465996dc2 /archaeological_operations/tests.py
parent2d7e9cd3d49e918f37a30352f35d1ad4c2ace769 (diff)
downloadIshtar-fa07d144fdf6bd89ee6d1014243aacbeb722b09c.tar.bz2
Ishtar-fa07d144fdf6bd89ee6d1014243aacbeb722b09c.zip
Fix find creation (refs #3399) - improve wizard test management
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py6
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',