Skip to content

Commit f8f1f2e

Browse files
committed
Fix tests
1 parent 18abaff commit f8f1f2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spec/unit/lib/cloud_controller/diego/buildpack/lifecycle_protocol_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ module Buildpack
224224
checksum_algorithm: 'sha256',
225225
checksum_value: droplet.sha256_checksum,
226226
start_command: 'go go go',
227+
action_user: 'vcap',
227228
additional_container_env_vars: []
228229
}
229230
end

spec/unit/lib/cloud_controller/diego/cnb/lifecycle_protocol_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ module CNB
214214
checksum_algorithm: 'sha256',
215215
checksum_value: droplet.sha256_checksum,
216216
start_command: 'go go go',
217+
action_user: 'vcap',
217218
additional_container_env_vars: []
218219
}
219220
end

0 commit comments

Comments
 (0)