Skip to content

Commit afd327d

Browse files
committed
Leftover dev litter
1 parent 32eb542 commit afd327d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/image/test_plugins.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@ def test_img_processing(self):
102102
with self.login_user_context(self.superuser):
103103
response = self.client.get(self.request_url)
104104
self.assertEqual(response.status_code, 200)
105-
from pprint import pprint as pp
106-
res = response.content.decode("utf-8")
107105

106+
res = response.content.decode("utf-8")
108107
self.assertTrue('/test_file.jpg"' in res)
109108

110-
111109
def test_image_form(self):
112110
request = HttpRequest()
113111
request.POST = {

0 commit comments

Comments
 (0)