Skip to content

Commit 65c734e

Browse files
authored
Adapt tests due to incompatible changes (#1681)
There were small changes in how file names are derived for the experimental file-based-service-bindings feature.
1 parent 335aeaa commit 65c734e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helpers/services/service_helper.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ func ValidateServiceBindingK8s(appName, serviceName, appGuid, serviceGuid string
6060
Expect(curlResponse).Should(ContainSubstring(content))
6161
}
6262

63-
checkFileContent("binding-guid", GetServiceBindingGuid(appGuid, serviceGuid))
64-
checkFileContent("instance-guid", serviceGuid)
65-
checkFileContent("instance-name", serviceName)
63+
checkFileContent("binding_guid", GetServiceBindingGuid(appGuid, serviceGuid))
64+
checkFileContent("instance_guid", serviceGuid)
65+
checkFileContent("instance_name", serviceName)
6666
checkFileContent("label", "user-provided")
6767
checkFileContent("name", serviceName)
6868
checkFileContent("password", "pa55woRD")

0 commit comments

Comments
 (0)