diff options
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 |
commit | 99c1cf4746bbb4149f7447244b8f0c28309af3d1 (patch) | |
tree | ac0ef41160b65f16bbb03c2796a92dc09637c3ec /archaeological_operations/tests.py | |
parent | 66f6d4951bc7cd801757feca3b4a403ebedb2d64 (diff) | |
download | Ishtar-99c1cf4746bbb4149f7447244b8f0c28309af3d1.tar.bz2 Ishtar-99c1cf4746bbb4149f7447244b8f0c28309af3d1.zip |
✅ fix tests
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r-- | archaeological_operations/tests.py | 1 |
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) |