Skip to content

Commit

Permalink
- Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jun 7, 2019
1 parent 4a5312d commit 1a51a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonode/tests/csw.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ def test_csw_outputschema_dc(self):
if link['scheme'] == 'OGC:WMS':
self.assertEquals(link['url'], '{}ows'.format(settings.GEOSERVER_PUBLIC_LOCATION))
elif link['scheme'] == 'OGC:WFS':
self.assertEquals(link['url'], '{}wfs'.format(settings.GEOSERVER_PUBLIC_LOCATION))
self.assertEquals(link['url'], '{}ows'.format(settings.GEOSERVER_PUBLIC_LOCATION))
elif link['scheme'] == 'OGC:WCS':
self.assertEquals(link['url'], '{}wcs'.format(settings.GEOSERVER_PUBLIC_LOCATION))
self.assertEquals(link['url'], '{}ows'.format(settings.GEOSERVER_PUBLIC_LOCATION))
elif check_ogc_backend(qgis_server.BACKEND_PACKAGE):
if link['scheme'] == 'OGC:WMS':
self.assertEqual(
Expand Down

0 comments on commit 1a51a48

Please sign in to comment.