Skip to content

Commit

Permalink
- Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Jan 24, 2025
1 parent da33741 commit 7d6cfff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void run(@Optional @CitrusResource TestContext context) throws IOExceptio
assertEquals(exportedAPIConfig.get("state").asText(), "unpublished");
assertEquals(exportedAPIConfig.get("path").asText(), context.getVariable("apiPath1"));
assertEquals(exportedAPIConfig.get("name").asText(), context.getVariable("apiName1"));
assertEquals(exportedAPIConfig.get("caCerts").size(), 4);
assertEquals(exportedAPIConfig.get("caCerts").size(), 3);

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

0 comments on commit 7d6cfff

Please sign in to comment.