diff --git a/profiles/tests/test_crud_profile.py b/profiles/tests/test_crud_profile.py index 70ac953a6..11a8fd562 100644 --- a/profiles/tests/test_crud_profile.py +++ b/profiles/tests/test_crud_profile.py @@ -531,6 +531,7 @@ def test_full_update_profile_authorized_with_full_data(self): }, ) # print(image.size, '#'*10) + print(self.right_image) max_right = sys.getsizeof(self.right_image) print(max_right, "$" * 10) max_wrong = sys.getsizeof(self.wrong_image)