Skip to content

Commit 9c7f50a

Browse files
Doug BlackDoug Black
authored andcommitted
Merge pull request #97 from brettgerry/use-https-not-http
change the GET test to use https instead of http
2 parents 0c73dc9 + d8c7938 commit 9c7f50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/twilio/sdk/TwilioRestClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void testGet() throws TwilioRestException {
8888
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
8989

9090
// Auth required
91-
TwilioRestResponse response = client.get("http://api.twilio.com");
91+
TwilioRestResponse response = client.get("https://api.twilio.com");
9292
assertEquals(200, response.getHttpStatus());
9393
}
9494

0 commit comments

Comments
 (0)