diff options
Diffstat (limited to 'archaeological_context_records/tests.py')
-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 bccd859aa..2bd144c5e 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -86,6 +86,7 @@ class ImportContextRecordTest(ImportOperationTest): class ContextRecordInit(OperationInitTest): + test_operations = False def create_context_record(self, user=None, data={}): if not getattr(self, 'context_records', None): |