spec/integration/lookups/v1/phone_number_spec.rb in twilio-ruby-5.0.0.rc16 vs spec/integration/lookups/v1/phone_number_spec.rb in twilio-ruby-5.0.0.rc17

- old
+ new

@@ -25,9 +25,14 @@ it "receives fetch responses" do @holodeck.mock(Twilio::TwilioResponse.new( 200, %q[ { + "caller_name": { + "caller_name": "Delicious Cheese Cake", + "caller_type": "CONSUMER", + "error_code": null + }, "carrier": { "error_code": null, "mobile_country_code": "310", "mobile_network_code": "456", "name": "verizon", \ No newline at end of file