Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 3568e89

Browse files
v3(style): fix rubocop issues
1 parent 4171192 commit 3568e89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/request/lifecycle/service_route_bindings_synoptic_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
to_return(status: 410, body: '', headers: {})
2626
VCAP::CloudController::Config.config.set(:kubernetes, nil)
2727

28-
stub_request(:post, "https://uaa.service.cf.internal/oauth/token").
29-
with(body: "grant_type=client_credentials").
30-
to_return(status: 200, body: "{ token_type: 'Bearer', access_token: 'dXNlcm5hbWVfbG9va3VwX2NsaWVudF9uYW1lOnVzZXJuYW1lX2xvb2t1cF9zZWNyZXQ=' }", headers: {})
28+
stub_request(:post, 'https://uaa.service.cf.internal/oauth/token').
29+
with(body: 'grant_type=client_credentials').
30+
to_return(status: 200, body: "{ token_type: 'Bearer', access_token: 'dXNlcm5hbWVfbG9va3VwX2NsaWVudF9uYW1lOnVzZXJuYW1lX2xvb2t1cF9zZWNyZXQ=' }", headers: {})
3131
end
3232

3333
it 'works end to end' do

0 commit comments

Comments
 (0)