diff options
| author | Aymeric Augustin | 2013-10-18 18:02:16 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-18 18:02:16 +0200 |
| commit | 7196171fadb3478b660451bed344bf13c270f9af (patch) | |
| tree | 1803888e05e0119793bb188f3b5ef6ceba7ae802 /tests | |
| parent | 186fcb318a87e6e89add597b8dc2d8443a765bc8 (diff) | |
| download | django-debug-toolbar-7196171fadb3478b660451bed344bf13c270f9af.tar.bz2 | |
Oops, remove debug.
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 |
