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

Commit 51cd33a

Browse files
committed
v8(services): fix issue with merge
1 parent d874405 commit 51cd33a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/request/service_credential_bindings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ def check_filtered_bindings(*bindings)
13271327
end
13281328
end
13291329

1330-
it_behaves_like 'create binding last operation response handling'
1330+
it_behaves_like 'binding last operation response handling', 'create'
13311331

13321332
context 'binding not retrievable' do
13331333
let(:offering) { VCAP::CloudController::Service.make(bindings_retrievable: false) }

0 commit comments

Comments
 (0)