Skip to content

Commit fce0385

Browse files
committed
Update credentials key in VCAP_SERVICES for publicapiserver-config in api_test.
1 parent 6830209 commit fce0385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autoscaler/api/cmd/api/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func getVcapServices() (result string) {
390390
}
391391

392392
result = `{
393-
"user-provided": [ { "name": "config", "tags": ["publicapiserver-config"], "credentials": { "publicapiserver": { } }}],
393+
"user-provided": [ { "name": "config", "tags": ["publicapiserver-config"], "credentials": { "publicapiserver-config": { } }}],
394394
"autoscaler": [ {
395395
"name": "some-service",
396396
"credentials": {

0 commit comments

Comments
 (0)