diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 19:46:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-14 19:46:50 +0200 |
commit | 32bfebd0f8ef2dc80398bc5fe9dc5a9f793f34e7 (patch) | |
tree | f131d19caa3c26f21394662761bd866b02c3a280 /archaeological_context_records | |
parent | 9f6e60eb9125e3becc471377f289d2c815257166 (diff) | |
download | Ishtar-32bfebd0f8ef2dc80398bc5fe9dc5a9f793f34e7.tar.bz2 Ishtar-32bfebd0f8ef2dc80398bc5fe9dc5a9f793f34e7.zip |
Fix creation wizard test
Diffstat (limited to 'archaeological_context_records')
-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", |