Skip to content

Commit 436fba5

Browse files
committed
Fix new RuboCop warning: "Empty interpolation detected."
1 parent 4a22870 commit 436fba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/unit/jobs/deserialization_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module Jobs
4848
--- !ruby/object:VCAP::CloudController::Jobs::LoggingContextJob
4949
handler: !ruby/object:VCAP::CloudController::Jobs::TimeoutJob
5050
handler: !ruby/object:VCAP::CloudController::Jobs::PollableJobWrapper
51-
existing_guid: #{''}
51+
existing_guid: #{nil}
5252
handler: !ruby/object:VCAP::CloudController::V3::CreateServiceInstanceJob
5353
start_time: #{job.start_time}
5454
finished: false
@@ -76,7 +76,7 @@ module Jobs
7676
parts:
7777
:minutes: 10080
7878
timeout: 14400
79-
request_id: #{''}
79+
request_id: #{nil}
8080
8181
EOS
8282
end

0 commit comments

Comments
 (0)