fix: changed register success redirection

This commit is contained in:
Pablo Moreno
2025-01-16 01:05:22 +01:00
parent 0f2f102dca
commit b86584a702
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class TestRegister(TestCase):
assert user is not None
assert response.status_code == 302
assert response.url == reverse("web:index")
assert response.url == reverse("web:login")
def test_create_user_account_distinct_password(self):
response = self.client.post(