From 65a287f42c36bb1c49fb3dff81a92b1a54de1d3c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 Sep 2024 12:10:51 +0200 Subject: ✅ fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index e2a59345d..b26ad4bcb 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -2752,7 +2752,7 @@ class CustomFormTest(TestCase, OperationInitTest): step = "selec-operation_modification" cls_wiz.wizard_post(c, url, step, {"pk": self.operations[0].pk}) - step = "relations-operation_modification" + step = "general-operation_modification" data = { "{}{}-current_step".format(cls_wiz.url_name, cls_wiz.wizard_name): [step], } @@ -2760,7 +2760,7 @@ class CustomFormTest(TestCase, OperationInitTest): self.assertNotEqual(response.status_code, 404) CustomForm.objects.create( name="Test2", - form="operation-080-relations", + form="operation-010-general", available=True, apply_to_all=True, enabled=False, -- cgit v1.2.3