Skip to content

Commit

Permalink
tryfix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ffein committed Aug 4, 2024
1 parent 62e0dc2 commit d96809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,4 @@ def test_profile_detail_view_cant_follow_wrong_path(self):
response = self.client.post(f"/profiles/{self.user.username}/follow/23")
self.assertEqual(response.status_code, 404)
except Exception as e:
self.assertEqual(e.args[0], 'Cannot resolve "/profiles/testuser/follow/23"')
self.assertEqual(e.args[0], 'Cannot resolve "/profiles/testuser/follow/23"')

0 comments on commit d96809c

Please sign in to comment.