Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-D committed Jul 15, 2022
1 parent cb0e32f commit e2d266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/member/tests/views/tests_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_banned_user(self):
def test_redirection_good_target(self):
"""Nominal case: redirection to an existing page with the parameter 'next'."""
result = self.client.post(
self.login_url + "?next=" + reverse("gallery-list"),
self.login_url + "?next=" + reverse("gallery:list"),
{
"username": self.correct_username,
"password": self.correct_password,
Expand Down

0 comments on commit e2d266c

Please sign in to comment.