summaryrefslogtreecommitdiff
path: root/archaeological_finds/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-12-12 08:30:22 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-12-12 08:30:22 +0100
commit10177fbddd94fd4ca098fb8319ba2e6baddabad5 (patch)
tree31b0a2fc07472631e9744c1013ca64ffe66fde38 /archaeological_finds/tests.py
parent948696a25ef56e32bc04b93fd8802f45090ee6ba (diff)
downloadIshtar-10177fbddd94fd4ca098fb8319ba2e6baddabad5.tar.bz2
Ishtar-10177fbddd94fd4ca098fb8319ba2e6baddabad5.zip
🐛 treatment container history: fix history on container move (refs #6532)
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r--archaeological_finds/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index e84d86836..889742ba2 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -2308,8 +2308,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":