Skip to content

Commit d4ba104

Browse files
fix json for buildpacks
1 parent 9a1b387 commit d4ba104

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

itest/run-service-broker-tests

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ it_can_push_the_service_broker_app() {
2727
space: $space,
2828
app_name: $app_name,
2929
path: $path,
30-
buildpacks:
31-
- https://github.com/cloudfoundry/nodejs-buildpack#v1.7.52
30+
buildpacks: [
31+
"https://github.com/cloudfoundry/nodejs-buildpack#v1.7.52"
32+
]
3233
}')
3334
# Pin to nodejs-buildpack#v1.7.52 for node v10.x
3435

0 commit comments

Comments
 (0)