Skip to content

Commit 6c07a44

Browse files
committed
fixed assertion
1 parent 1213fb0 commit 6c07a44

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/feign/src/test/java/io/swagger/client/api

1 file changed

+1
-1
lines changed

samples/client/petstore/java/feign/src/test/java/io/swagger/client/api/PetApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void setup() {
3838
@Test
3939
public void testApiClient() {
4040
// the default api client is used
41-
assertEquals("https://petstore.swagger.io/v2", apiClient.getBasePath());
41+
assertEquals("http://petstore.swagger.io:80/v2", apiClient.getBasePath());
4242

4343
ApiClient newClient = new ApiClient();
4444
newClient.setBasePath("http://example.com");

0 commit comments

Comments
 (0)