Skip to content

Commit 7d6cfff

Browse files
author
rathnapandi
committed
- Fix integration test
1 parent da33741 commit 7d6cfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/apis/src/test/java/com/axway/apim/export/test/basic/WildcardAPIExportTestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void run(@Optional @CitrusResource TestContext context) throws IOExceptio
7878
assertEquals(exportedAPIConfig.get("state").asText(), "unpublished");
7979
assertEquals(exportedAPIConfig.get("path").asText(), context.getVariable("apiPath1"));
8080
assertEquals(exportedAPIConfig.get("name").asText(), context.getVariable("apiName1"));
81-
assertEquals(exportedAPIConfig.get("caCerts").size(), 4);
81+
assertEquals(exportedAPIConfig.get("caCerts").size(), 3);
8282

8383
assertEquals(exportedAPIConfig.get("caCerts").get(0).get("certFile").asText(), "swagger.io.crt");
8484
assertFalse(exportedAPIConfig.get("caCerts").get(0).get("inbound").asBoolean());

0 commit comments

Comments
 (0)