spec/integration/api/v2010/account/message/feedback_spec.rb in twilio-ruby-5.38.0 vs spec/integration/api/v2010/account/message/feedback_spec.rb in twilio-ruby-5.39.0
- old
+ new
@@ -16,10 +16,9 @@
@client.api.v2010.accounts('ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
.messages('MMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
.feedback.create()
}.to raise_exception(Twilio::REST::TwilioError)
- values = {}
expect(
@holodeck.has_request?(Holodeck::Request.new(
method: 'post',
url: 'https://api.twilio.com/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Messages/MMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Feedback.json',
))).to eq(true)
\ No newline at end of file