Skip to content

Commit 915c1bf

Browse files
committed
Fix unknown ssl test
1 parent 002e79c commit 915c1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AndroidClient/client/src/test/java/net/servicestack/client/tests/JsonServiceClientTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void exec(HttpURLConnection conn) {
5252
}
5353

5454
public void test_does_process_missing_service_correctly() {
55-
JsonServiceClient localTestClient = new JsonServiceClient("https://servicestack.net/");
55+
JsonServiceClient localTestClient = new JsonServiceClient("http://techstacks.io/");
5656

5757
try {
5858
localTestClient.get(new EchoTypes());

0 commit comments

Comments
 (0)