summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
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 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)