Skip to content

Commit

Permalink
[Fixes #5138] Fix Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Oct 29, 2019
1 parent fdd2c85 commit 95d4993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geonode/layers/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def test_layer_save(self):
u'here', u'keywords', u'land_<script>true;</script>covering', u'populartag', u'saving',
u'ß', u'ä', u'ö', u'ü', u'論語'])


self.client.login(username='admin', password='admin')
response = self.client.get(reverse('layer_detail', args=(lyr.alternate,)))
self.failUnlessEqual(response.status_code, 200)
Expand Down

0 comments on commit 95d4993

Please sign in to comment.