Skip to content

Commit

Permalink
- Improve Map Embed Template and allow it passing through client hoo…
Browse files Browse the repository at this point in the history
…ksets
  • Loading branch information
afabiani committed Jun 21, 2018
1 parent 0756f0e commit 35cec0b
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 35cec0b

Please sign in to comment.