Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamSeier committed Apr 22, 2024
1 parent e6fd748 commit a58ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healthScore/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_post_request_valid_credentials(self):
response = self.client.post(
reverse("login"), {"email": "test@example.com", "password": "testpassword"}
)
self.assertRedirects(response, reverse("homepage"))
self.assertRedirects(response, reverse("user_dashboard"))

def test_post_request_invalid_credentials(self):
response = self.client.post(
Expand Down

0 comments on commit a58ba35

Please sign in to comment.