[Java][okhttp] Test setVerifyingSsl (#4252)

* test setVerifyingSsl

* update test file under petstore
This commit is contained in:
William Cheng
2019-10-24 22:02:39 +08:00
committed by GitHub
parent 9cf186cfd8
commit 7901ae2306
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ public class PetApiTest {
ApiClient oldClient = api.getApiClient();
ApiClient newClient = new ApiClient();
newClient.setVerifyingSsl(true);
newClient.setBasePath("http://example.com");
newClient.setDebugging(true);