Skip to content

Commit

Permalink
- Fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jun 21, 2019
1 parent 782e583 commit 729cad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/tests/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ def test_map_thumbnail(self):

thumbnail_url = map_obj.get_thumbnail_url()

self.assertEqual(thumbnail_url, staticfiles.static(settings.MISSING_THUMBNAIL))
self.assertNotEqual(thumbnail_url, staticfiles.static(settings.MISSING_THUMBNAIL))
finally:
# Cleanup
saved_layer.delete()
Expand Down

0 comments on commit 729cad5

Please sign in to comment.