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

Commit 02cc6ce

Browse files
authored
v3(services) Added request tests for async app to service binding (cloudfoundry#1889)
* v3(services) Added request tests for async app to service binding Create service credential binding for type app is now tested in request spec. [174119280](https://www.pivotaltracker.com/story/show/174119280) [174120249](https://www.pivotaltracker.com/story/show/174120249) * Fix formatting issues
1 parent 72cd316 commit 02cc6ce

2 files changed

Lines changed: 379 additions & 257 deletions

File tree

app/controllers/v3/service_credential_bindings_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def create
6262
end
6363
rescue V3::ServiceCredentialBindingCreate::UnprocessableCreate => e
6464
unprocessable!(e.message)
65-
rescue V3::ServiceCredentialBindingCreate::Unimplemented
66-
head :not_implemented
6765
end
6866

6967
def destroy

0 commit comments

Comments
 (0)