From 1d90e7c7001c21c9e8a5d1f3683c2acd1873973f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Apr 2020 17:11:20 +0200 Subject: Container: adapt forms for the new container management --- archaeological_warehouse/tests.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'archaeological_warehouse/tests.py') 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': [] }, ), ] -- cgit v1.2.3