From 5c88c6e6dfa22f62492021c3bc259ed29da29c76 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Tue, 19 Sep 2023 16:25:38 +0200 Subject: [PATCH] fix(inclusion_connect): update inclusion_connect_url templatetag --- lacommunaute/forum/tests/tests_views.py | 4 ++-- lacommunaute/forum_conversation/tests/tests_views.py | 2 +- lacommunaute/utils/templatetags/str_filters.py | 2 +- lacommunaute/utils/tests.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lacommunaute/forum/tests/tests_views.py b/lacommunaute/forum/tests/tests_views.py index 79b4829a0..a31471e28 100644 --- a/lacommunaute/forum/tests/tests_views.py +++ b/lacommunaute/forum/tests/tests_views.py @@ -151,7 +151,7 @@ def test_has_not_liked_TOPIC_ANNOUNCE(self): self.assertContains(response, '0') def test_anonymous_like(self): - params = {"next_url": self.url} + params = {"next": self.url} url = f"{reverse('inclusion_connect:authorize')}?{urlencode(params)}" response = self.client.get(self.url) @@ -352,7 +352,7 @@ def test_upvote_actions(self): # anonymous anonymous_html = ( - '