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 | 5ca7407d99b07694fd5facf612f3d2c8562c000b (patch) | |
tree | 0aa879bf17c6dfab7879c85f76f15a69d2a843a8 /archaeological_context_records/tests.py | |
parent | 26a7508ea2ae47ccbaf0e0bfc0d2bd4f64482824 (diff) | |
download | Ishtar-5ca7407d99b07694fd5facf612f3d2c8562c000b.tar.bz2 Ishtar-5ca7407d99b07694fd5facf612f3d2c8562c000b.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", |