spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb in twilio-ruby-5.38.0 vs spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb in twilio-ruby-5.39.0
- old
+ new
@@ -17,10 +17,9 @@
.engagements('FNXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
.steps('FTXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX') \
.step_context().fetch()
}.to raise_exception(Twilio::REST::TwilioError)
- values = {}
expect(
@holodeck.has_request?(Holodeck::Request.new(
method: 'get',
url: 'https://studio.twilio.com/v1/Flows/FWXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Engagements/FNXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Steps/FTXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Context',
))).to eq(true)
\ No newline at end of file