Skip to content

Commit

Permalink
print image
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Oct 5, 2023
1 parent e9c05bd commit f8038af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiles/tests/test_crud_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ def test_full_update_profile_authorized_with_full_data(self):
category = CategoryFactory()
activity = ActivityFactory()
self.client.force_authenticate(self.user)
print(self.right_image, '*'*100)

response = self.client.put(
path="/api/profiles/{profile_id}".format(
Expand Down

0 comments on commit f8038af

Please sign in to comment.