Skip to content

Commit d61bcc9

Browse files
committed
Fixed issue with global in text
1 parent 641d890 commit d61bcc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/controller/capabilitiesgenerator/capabilities_generator_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)