diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-04-10 17:11:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | 1d90e7c7001c21c9e8a5d1f3683c2acd1873973f (patch) | |
tree | 93817496eadc13648680de8c70e7052ce06cb8df /archaeological_warehouse/tests.py | |
parent | 69cf0a7de4b4d842c814e83f28f7d45aec69929c (diff) | |
download | Ishtar-1d90e7c7001c21c9e8a5d1f3683c2acd1873973f.tar.bz2 Ishtar-1d90e7c7001c21c9e8a5d1f3683c2acd1873973f.zip |
Container: adapt forms for the new container management
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': [] }, ), ] |