summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-26 20:45:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-27 10:59:42 +0200
commit99c1cf4746bbb4149f7447244b8f0c28309af3d1 (patch)
treeac0ef41160b65f16bbb03c2796a92dc09637c3ec /archaeological_operations/tests.py
parent66f6d4951bc7cd801757feca3b4a403ebedb2d64 (diff)
downloadIshtar-99c1cf4746bbb4149f7447244b8f0c28309af3d1.tar.bz2
Ishtar-99c1cf4746bbb4149f7447244b8f0c28309af3d1.zip
✅ fix tests
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py1
1 files changed, 1 insertions, 0 deletions
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)