diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-30 18:47:14 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-30 18:48:21 +0100 | 
| commit | eddd946150bcd9d4ddb05000806cc2cdfb9af60d (patch) | |
| tree | e091e17882ca67be8e6040e938439fa5a5e6bc5a /archaeological_finds/tests.py | |
| parent | afd7fb9c2be01a44a45f582eebdf02632a10be99 (diff) | |
| download | Ishtar-eddd946150bcd9d4ddb05000806cc2cdfb9af60d.tar.bz2 Ishtar-eddd946150bcd9d4ddb05000806cc2cdfb9af60d.zip | |
Manage basket to treatment file association
Diffstat (limited to 'archaeological_finds/tests.py')
| -rw-r--r-- | archaeological_finds/tests.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index 8d1ffe91d..1f26463ca 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -215,8 +215,7 @@ class TreatmentWizardCreationTest(WizardTest, FindInit, TestCase):                      'treatment_type': None,                      'person': 1,  # doer                      'location': 1,  # associated warehouse -                    'year': 2016, -                    'target_is_basket': False +                    'year': 2016                  },                  'selecfind': {                      'pk': 1, | 
