diff options
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r-- | archaeological_context_records/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 92f97545e..36f73884a 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -853,6 +853,8 @@ class ContextRecordWizardCreationTest(WizardTest, ContextRecordInit, TestCase): url_name = 'record_creation' wizard_name = 'record_wizard' steps = views.record_creation_steps + redirect_url = "/record_modification/selec-record_modification"\ + "?open_item={last_id}" form_datas = [ FormData( "Create a simple context record", |