We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a22870 commit b321061Copy full SHA for b321061
spec/unit/jobs/deserialization_spec.rb
@@ -48,7 +48,7 @@ module Jobs
48
--- !ruby/object:VCAP::CloudController::Jobs::LoggingContextJob
49
handler: !ruby/object:VCAP::CloudController::Jobs::TimeoutJob
50
handler: !ruby/object:VCAP::CloudController::Jobs::PollableJobWrapper
51
- existing_guid: #{''}
+ existing_guid: null
52
handler: !ruby/object:VCAP::CloudController::V3::CreateServiceInstanceJob
53
start_time: #{job.start_time}
54
finished: false
@@ -76,7 +76,7 @@ module Jobs
76
parts:
77
:minutes: 10080
78
timeout: 14400
79
- request_id: #{''}
+ request_id: null
80
81
EOS
82
end
0 commit comments