We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32eb542 commit afd327dCopy full SHA for afd327d
tests/image/test_plugins.py
@@ -102,12 +102,10 @@ def test_img_processing(self):
102
with self.login_user_context(self.superuser):
103
response = self.client.get(self.request_url)
104
self.assertEqual(response.status_code, 200)
105
- from pprint import pprint as pp
106
- res = response.content.decode("utf-8")
107
+ res = response.content.decode("utf-8")
108
self.assertTrue('/test_file.jpg"' in res)
109
110
-
111
def test_image_form(self):
112
request = HttpRequest()
113
request.POST = {
0 commit comments