diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 11:50:17 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 11:50:17 +0200 |
commit | aeb593a1e2ec488ec40d9972f60640e72626348f (patch) | |
tree | 5bd3a3a280986b4dee37ecd6c5226b7cfe128a5d | |
parent | 2f381adf2d169ebf16b0bfa12e1dbedb4c923c10 (diff) | |
download | Ishtar-aeb593a1e2ec488ec40d9972f60640e72626348f.tar.bz2 Ishtar-aeb593a1e2ec488ec40d9972f60640e72626348f.zip |
Fix context record test
-rw-r--r-- | archaeological_context_records/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 736f6eb33..8e1a14ed4 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -1099,6 +1099,7 @@ class RecordRelationsTest(ContextRecordInit, TestCase): self.assertGreaterEqual(q.count(), 1) ## use tables + models.RecordRelations._no_post_treatments = False self.assertIsNone(models.ContextRecordTree.check_engine()) # no change profile.parent_relations_engine = "T" profile.save() |