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 36f73884a..0ffe04c3a 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -855,6 +855,7 @@ class ContextRecordWizardCreationTest(WizardTest, ContextRecordInit, TestCase):      steps = views.record_creation_steps      redirect_url = "/record_modification/selec-record_modification"\                     "?open_item={last_id}" +    model = models.ContextRecord      form_datas = [          FormData(              "Create a simple context record",  | 
