File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1267,7 +1267,7 @@ Update a buildpack
12671267 params:
12681268 command: update-buildpack
12691269 buildpack: java_buildpack_offline
1270- assign_stack: cflinuxfs3
1270+ assign_stack: cflinuxfs4
12711271` ` `
12721272
12731273# ## `delete-buildpack`
@@ -1284,7 +1284,7 @@ Delete a buildpack
12841284 params:
12851285 command: delete-buildpack
12861286 buildpack: java_buildpack_offline
1287- stack: cflinuxfs3
1287+ stack: cflinuxfs4
12881288` ` `
12891289
12901290# ## `run-task`
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ Describe 'buildpacks'
5252 # |params:
5353 # | command: update-buildpack
5454 # | buildpack: $buildpack
55- # | assign_stack: cflinuxfs3
55+ # | assign_stack: cflinuxfs4
5656 )
5757 put " $config "
5858 }
5959 When call assign_stack
6060 The status should be success
6161 The output should json ' .version | keys == ["timestamp"]'
6262 The error should include " Assigning stack"
63- Assert [ " cflinuxfs3 " == " $( cf::get_buildpack_stack " $buildpack " ) " ]
63+ Assert [ " cflinuxfs4 " == " $( cf::get_buildpack_stack " $buildpack " ) " ]
6464 End
6565
6666 It ' can update a buildpack path'
@@ -189,7 +189,7 @@ Describe 'buildpacks'
189189 # |params:
190190 # | command: delete-buildpack
191191 # | buildpack: $buildpack
192- # | stack: cflinuxfs3
192+ # | stack: cflinuxfs4
193193 )
194194 put " $config "
195195 }
You can’t perform that action at this time.
0 commit comments