diff --git a/tests/regressiontests/admin_views/tests.py b/tests/regressiontests/admin_views/tests.py index 06cb3deef8..0c7fbc0876 100644 --- a/tests/regressiontests/admin_views/tests.py +++ b/tests/regressiontests/admin_views/tests.py @@ -613,7 +613,6 @@ class AdminViewPermissionsTest(TestCase): self.assertNotContains(response, 'Log out') response = self.client.get('/test_admin/admin/secure-view/') - open('/home/maniac/Desktop/response.html', 'w').write(response.content) self.assertContains(response, 'id="login-form"') class AdminViewStringPrimaryKeyTest(TestCase):