Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Dec 1, 2023
1 parent 6963e8d commit 47e8a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion critiquebrainz/frontend/views/test/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_edit(self):
# as the current_user is loaded at the start of each request/request context.
self.temporary_login(self.user)

response = self.client.post(f'/user/{self.user.id}')
response = self.client.get(f'/user/{self.user.id}')
self.assert200(response)
self.assertIn(data['display_name'], str(response.data))

Expand Down

0 comments on commit 47e8a22

Please sign in to comment.