From abb31a2cce1ed14abaec5977a0f5b757f3e23699 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Dec 2025 08:30:22 +0100 Subject: 🐛 treatment container history: fix history on container move (refs #6532) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'archaeological_finds/tests.py') diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py index f105093fd..dfb267564 100644 --- a/archaeological_finds/tests.py +++ b/archaeological_finds/tests.py @@ -2541,8 +2541,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": -- cgit v1.2.3