Skip to content

Commit

Permalink
Remove WFS support of wms.geo.admin.ch
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 15, 2022
1 parent ce6f4f3 commit 3159308
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions geoportal/tests/functional/test_themes_mixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ def setup_method(self, _):

ogc_server_internal = create_default_ogcserver()
ogc_server_external = OGCServer(
name="__test_ogc_server_external", url="http://wms.geo.admin.ch/", image_type="image/jpeg"
name="__test_ogc_server_external",
url="http://wms.geo.admin.ch/",
image_type="image/jpeg",
wfs_support=False,
)
ogc_server_valid_wms_version = OGCServer(
name="__test_ogc_server_valid_wms_version",
Expand Down Expand Up @@ -213,7 +216,6 @@ def test_theme_mixed(self):
self._get_filtered_errors(themes),
{
"WARNING! an error 'The WMS version (1.0.0) you requested is not implemented. Please use 1.1.1 or 1.3",
"Unable to get WFS DescribeFeatureType from the URL 'http://wms.geo.admin.ch/?SERVICE=WFS&VERSION=1.0",
},
)
self.assertEqual(
Expand Down

0 comments on commit 3159308

Please sign in to comment.