Skip to content

Commit

Permalink
[tests] Removed debug leftover [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 19, 2022
1 parent bc88271 commit 82b0a2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openwisp_controller/config/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ def test_device_import(self):
reverse(f'admin:{self.app_label}_device_import'),
{'input_format': '0', 'import_file': csv},
)
with open('test.html', 'w+') as f:
f.write(response.content.decode())
self.assertNotContains(response, 'errorlist')
self.assertNotContains(response, 'Errors')
self.assertContains(response, 'Confirm import')
Expand Down

0 comments on commit 82b0a2d

Please sign in to comment.