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

Commit bfbfe0a

Browse files
1 parent 0ca59fd commit bfbfe0a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

spec/request/lifecycle/service_brokers_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
get job_url_for_create, {}, admin_headers
5252
expect(last_response).to have_status_code(200)
5353
expect(parsed_response['state']).to eq('COMPLETE')
54+
55+
# Check it's correct
56+
get broker, {}, admin_headers
57+
expect(last_response).to have_status_code(200)
58+
expect(parsed_response).to include(
59+
'name' => 'my-service-broker',
60+
'url' => 'http://example.org/my-service-broker-url'
61+
)
5462
end
5563
end
5664

0 commit comments

Comments
 (0)