diff --git a/spec/unit/lib/services/service_brokers/v2/client_spec.rb b/spec/unit/lib/services/service_brokers/v2/client_spec.rb index f87698f66a9..4b0b4c72a07 100644 --- a/spec/unit/lib/services/service_brokers/v2/client_spec.rb +++ b/spec/unit/lib/services/service_brokers/v2/client_spec.rb @@ -489,7 +489,7 @@ module VCAP::Services::ServiceBrokers::V2 state: 'succeeded' } end - let(:operation_type) {'create'} + let(:operation_type) { 'create' } it 'does not perform orphan mitigation' do client.fetch_service_instance_last_operation(instance)