diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 18:29:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 18:29:47 +0200 |
commit | 9f6e60eb9125e3becc471377f289d2c815257166 (patch) | |
tree | 0aa879bf17c6dfab7879c85f76f15a69d2a843a8 /archaeological_context_records/tests.py | |
parent | e0ed1f16e23b95752cefd53011264801b7e96112 (diff) | |
download | Ishtar-9f6e60eb9125e3becc471377f289d2c815257166.tar.bz2 Ishtar-9f6e60eb9125e3becc471377f289d2c815257166.zip |
Fix file imports - fix tests with redirs
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", |