From 5ca7407d99b07694fd5facf612f3d2c8562c000b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 14 Sep 2019 18:29:47 +0200 Subject: Fix file imports - fix tests with redirs --- archaeological_context_records/tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_context_records/tests.py') 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", -- cgit v1.2.3