From e66e741c440124356abaab183b4f8f56216a56c4 Mon Sep 17 00:00:00 2001 From: Arnaud-D <35631001+Arnaud-D@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:31:06 +0200 Subject: [PATCH] Corrige 'test_collaborative_article_edition_and_editor_persistence()' --- zds/tutorialv2/tests/tests_front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zds/tutorialv2/tests/tests_front.py b/zds/tutorialv2/tests/tests_front.py index 02e0086629..2992ba8462 100644 --- a/zds/tutorialv2/tests/tests_front.py +++ b/zds/tutorialv2/tests/tests_front.py @@ -121,7 +121,7 @@ def test_collaborative_article_edition_and_editor_persistence(self): article.sha_draft = versioned_article.repo_update("article", "", "", update_slug=False) article.save() - article_edit_url = reverse("content:edit", args=[article.pk, article.slug]) + article_edit_url = reverse("content:edit-introduction", args=[article.pk]) self.login(author) selenium.execute_script('localStorage.setItem("editor_choice", "new")') # we want the new editor