We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002e79c commit 915c1bfCopy full SHA for 915c1bf
src/AndroidClient/client/src/test/java/net/servicestack/client/tests/JsonServiceClientTests.java
@@ -52,7 +52,7 @@ public void exec(HttpURLConnection conn) {
52
}
53
54
public void test_does_process_missing_service_correctly() {
55
- JsonServiceClient localTestClient = new JsonServiceClient("https://servicestack.net/");
+ JsonServiceClient localTestClient = new JsonServiceClient("http://techstacks.io/");
56
57
try {
58
localTestClient.get(new EchoTypes());
0 commit comments