test/test_helper.rb in twilio-2.8.0 vs test/test_helper.rb in twilio-2.9.0
- old
+ new
@@ -22,10 +22,10 @@
fake_response
end
def twilio_url(url=nil) #:nodoc:
- "https://mysid:mytoken@api.twilio.com:443/2008-08-01/Accounts/mysid#{'/' + url if url}"
+ "https://mysid:mytoken@api.twilio.com:443/2010-04-01/Accounts/mysid#{'/' + url if url}"
end
def verb_response(verb) #:nodoc:
path = File.join(File.dirname(__FILE__), "fixtures/yml/verb_responses.yml")
YAML.load_file(path)[verb.to_s]['response']
\ No newline at end of file