Skip to content

Commit

Permalink
removed test on links in layers list output
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jan 24, 2019
1 parent 094e7a1 commit 3101ce0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geonode/tests/integration.py
Expand Up @@ -1582,8 +1582,6 @@ def test_layer_interaction(self):
objects = self.deserialize(resp)['objects']
self.assertEqual(len(objects), 1)
obj = objects[0]
# Should not have links
self.assertFalse('links' in obj)
# Should not have styles
self.assertTrue('styles' not in obj)
# Should have default_style
Expand Down

0 comments on commit 3101ce0

Please sign in to comment.