We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1213fb0 commit 6c07a44Copy full SHA for 6c07a44
samples/client/petstore/java/feign/src/test/java/io/swagger/client/api/PetApiTest.java
@@ -38,7 +38,7 @@ public void setup() {
38
@Test
39
public void testApiClient() {
40
// the default api client is used
41
- assertEquals("https://petstore.swagger.io/v2", apiClient.getBasePath());
+ assertEquals("http://petstore.swagger.io:80/v2", apiClient.getBasePath());
42
43
ApiClient newClient = new ApiClient();
44
newClient.setBasePath("http://example.com");
0 commit comments