diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tests.py b/tests/tests.py index 9194325..5886c12 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -194,8 +194,6 @@ class DebugToolbarIntegrationTestCase(TestCase): def test_xml_validation(self): response = self.client.get('/regular/XML/') - with open('/tmp/blah.html', 'wb') as f: - f.write(response.content) ET.fromstring(response.content) # shouldn't raise ParseError |
