File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
internal/controller/capabilitiesgenerator Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ services:
9494 WMSInput = `global:
9595 prefix: prefix
9696 namespace: http://prefix.geonovum.nl
97- onlineResourceUrl: ""
97+ onlineResourceUrl: http://localhost
9898 path: /rws/nwbwegen/wms/v1_0
9999 version: v1_0
100100 additionalSchemaLocations: http://inspire.ec.europa.eu/schemas/inspire_dls/1.0 http://inspire.ec.europa.eu/schemas/inspire_dls/1.0/inspire_dls.xsd
@@ -674,6 +674,7 @@ func TestInputForWMS(t *testing.T) {
674674 assert .NoError (t , err )
675675 var wms pdoknlv3.WMS
676676 v2beta1 .V3HubFromV2 (& v2wms , & wms )
677+ pdoknlv3 .SetHost ("http://localhost" )
677678
678679 contactPersonPrimary := smoothoperatorv1.ContactPersonPrimary {
679680 ContactPerson : asPtr ("KlantContactCenter PDOK" ),
You can’t perform that action at this time.
0 commit comments