diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-12 08:30:22 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-12 17:24:41 +0100 |
| commit | 0b796e98bf8c196b3ec5005720925178782c046d (patch) | |
| tree | b98b84f9cc2db3b8d782a4c974878640235051d9 /archaeological_finds/tests.py | |
| parent | d317f541575a7ef59e7b06df5edc5b9c1560512f (diff) | |
| download | Ishtar-0b796e98bf8c196b3ec5005720925178782c046d.tar.bz2 Ishtar-0b796e98bf8c196b3ec5005720925178782c046d.zip | |
🐛 treatment container history: fix history on container move (refs #6532)
Diffstat (limited to 'archaeological_finds/tests.py')
| -rw-r--r-- | archaeological_finds/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index babaf4380..b51a32900 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -2556,8 +2556,6 @@ class FindQATest(FindInit, TestCase): value = check[k] value2 = check[k] if k == "container" and data["qa-packaging-container_to_change"] == "reference": - # if current not set -> auto set container to container_ref - value = check["container_ref"] # current set for find_1 -> keep it value2 = Container.objects.get(reference="Test2 base") if k == "container_ref" and data["qa-packaging-container_to_change"] == "current": |
