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-26 20:45:50 +0200 |
commit | ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7 (patch) | |
tree | 1e4c7c1958d8fa5f75fdbb8236b14990ddc5800b /archaeological_operations | |
parent | 737587eda4391494b1c44caa5e21ad7c2ff9ef50 (diff) | |
download | Ishtar-ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7.tar.bz2 Ishtar-ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7.zip |
✅ fix tests
Diffstat (limited to 'archaeological_operations')
-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 b0b9c9dae..a6b90dd51 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -2326,6 +2326,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) |