Skip to content

Commit

Permalink
- Backport stable fixes from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani committed Jun 21, 2018
1 parent edbbd73 commit 4c4e60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/maps/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ def test_map_download_leaflet(self):
self.assertEquals(response.status_code, 200)
self.assertEquals(response.get('Content-Type'), 'html')

@on_ogc_backend(geoserver.BACKEND_PACKAGE)
def test_map_embed(self):
"""Test that map can be properly embedded
"""
Expand Down

0 comments on commit 4c4e60c

Please sign in to comment.