spec/integration/notify/v1/service/user/user_binding_spec.rb in twilio-ruby-5.6.0 vs spec/integration/notify/v1/service/user/user_binding_spec.rb in twilio-ruby-5.6.1
- old
+ new
@@ -95,10 +95,10 @@
@client.notify.v1.services("ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
.users("NUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
.bindings.create(binding_type: "apn", address: "address")
}.to raise_exception(Twilio::REST::TwilioError)
- values = {'BindingType' => "apn", 'Address' => "address"}
+ values = {'BindingType' => "apn", 'Address' => "address", }
expect(
@holodeck.has_request?(Holodeck::Request.new(
method: 'post',
url: 'https://notify.twilio.com/v1/Services/ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Users/NUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Bindings',
data: values,
\ No newline at end of file