Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxcutex committed Jan 31, 2021
1 parent 7b5434d commit d574487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/endpoints/test_user_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_create_user_endpoint_succeeds2(self):
user = UserFactory()
user.save()
response = self.client().get(
self.make_url(f"/users/{user.id}/"), headers=headers
self.make_url(f"/users/user_profile/{user.id}"), headers=headers
)

response_json = self.decode_from_json_string(response.data.decode("utf-8"))
Expand Down

0 comments on commit d574487

Please sign in to comment.