File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/apis/src/test/java/com/axway/apim/export/test/basic Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments