From 692f2effe5f14e318519cb8e75445ab3f90a3aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Reuiller?= Date: Wed, 20 Nov 2024 16:13:49 +0100 Subject: [PATCH] adaptation of the failing test --- lemarche/www/dashboard_siaes/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemarche/www/dashboard_siaes/tests.py b/lemarche/www/dashboard_siaes/tests.py index b8f662ac7..e74126afb 100644 --- a/lemarche/www/dashboard_siaes/tests.py +++ b/lemarche/www/dashboard_siaes/tests.py @@ -134,7 +134,7 @@ def test_only_siae_user_can_edit_siae(self): def test_only_siae_user_can_access_siae_edit_tabs(self): SIAE_EDIT_URLS = [ - "dashboard_siaes:siae_edit_search", + "dashboard_siaes:siae_edit_activities", "dashboard_siaes:siae_edit_info", "dashboard_siaes:siae_edit_offer", "dashboard_siaes:siae_edit_links",