From 32bfebd0f8ef2dc80398bc5fe9dc5a9f793f34e7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 14 Sep 2019 19:46:50 +0200 Subject: Fix creation wizard test --- archaeological_context_records/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_context_records') 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", -- cgit v1.2.3