This repository was archived by the owner on Jun 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
spec/support/shared_examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ def send_unbind_to_client(binding)
6969 details [ :async ] ? DeleteStarted . call ( details [ :operation ] ) : DeleteComplete
7070 rescue VCAP ::Services ::ServiceBrokers ::V2 ::Errors ::ConcurrencyError
7171 raise ConcurrencyError . new (
72- 'The service broker rejected the request due to an operation being in progress for the service route binding'
72+ 'The service broker rejected the request due to an operation being in progress for the binding'
7373 )
7474 rescue CloudController ::Errors ::ApiError => err
7575 if err . name == 'AsyncServiceBindingOperationInProgress'
7676 raise ConcurrencyError . new (
77- 'The service broker rejected the request due to an operation being in progress for the service route binding'
77+ 'The service broker rejected the request due to an operation being in progress for the binding'
7878 )
7979 end
8080 raise unprocessable! ( binding , err )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class BadError < StandardError; end
7070 action . delete ( binding )
7171 } . to raise_error (
7272 described_class ::ConcurrencyError ,
73- 'The service broker rejected the request due to an operation being in progress for the service route binding' ,
73+ 'The service broker rejected the request due to an operation being in progress for the binding' ,
7474 )
7575
7676 binding . reload
You can’t perform that action at this time.
0 commit comments