fix: changed register success redirection
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user