Skip to content

Commit d8c7938

Browse files
author
Brett Gerry
committed
change the GET test to use https instead of http
1 parent 0c73dc9 commit d8c7938

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)