We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c73dc9 + d8c7938 commit 9c7f50aCopy full SHA for 9c7f50a
src/test/java/com/twilio/sdk/TwilioRestClientTest.java
@@ -88,7 +88,7 @@ public void testGet() throws TwilioRestException {
88
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
89
90
// Auth required
91
- TwilioRestResponse response = client.get("http://api.twilio.com");
+ TwilioRestResponse response = client.get("https://api.twilio.com");
92
assertEquals(200, response.getHttpStatus());
93
}
94
0 commit comments