diff options
Diffstat (limited to 'archaeological_warehouse/tests.py')
-rw-r--r-- | archaeological_warehouse/tests.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archaeological_warehouse/tests.py b/archaeological_warehouse/tests.py index 37babf1b2..2fc492caa 100644 --- a/archaeological_warehouse/tests.py +++ b/archaeological_warehouse/tests.py @@ -439,9 +439,7 @@ class ContainerWizardCreationTest(WizardTest, FindInit, TestCase): 'reference': 'hop-ref', 'container_type': None, 'location': None, - 'responsible': None, }, - 'localisation-container_creation': [] }, ), FormData( @@ -451,9 +449,7 @@ class ContainerWizardCreationTest(WizardTest, FindInit, TestCase): 'reference': 'hop-ref2', 'container_type': None, 'location': None, - 'responsible': None, }, - 'localisation-container_creation': [] }, ), FormData( @@ -463,9 +459,7 @@ class ContainerWizardCreationTest(WizardTest, FindInit, TestCase): 'reference': 'hop-ref3', 'container_type': None, 'location': None, - 'responsible': None, }, - 'localisation-container_creation': [] }, ), ] |