From 99c1cf4746bbb4149f7447244b8f0c28309af3d1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 Jun 2025 20:45:27 +0200 Subject: ✅ fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations/tests.py') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 068ec3057..4ce1a4cc2 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -2334,6 +2334,7 @@ class OperationTest(TestCase, OperationInitTest): operation = models.Operation.objects.get(pk=operation.pk) operation.code_patriarche = "666" + operation._no_down_model_update = False # strange bug in full test condition operation.save() cr = ContextRecord.objects.get(pk=cr.pk) self.assertIsNotNone(cr.cached_label) -- cgit v1.2.3