Skip to content

Commit 7196171

Browse files
committed
Oops, remove debug.
1 parent 186fcb3 commit 7196171

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/tests.py

-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ def test_non_ascii_session(self):
194194

195195
def test_xml_validation(self):
196196
response = self.client.get('/regular/XML/')
197-
with open('/tmp/blah.html', 'wb') as f:
198-
f.write(response.content)
199197
ET.fromstring(response.content) # shouldn't raise ParseError
200198

201199

0 commit comments

Comments
 (0)