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 @@ -85,7 +85,7 @@ public void run(@Optional @CitrusResource TestContext context) throws IOExceptio
8585 assertTrue (exportedAPIConfig .get ("caCerts" ).get (0 ).get ("outbound" ).asBoolean ());
8686
8787 assertTrue (new File (context .getVariable ("exportLocation" ) + "/" + context .getVariable ("exportFolder1" ) + "/swagger.io.crt" ).exists (), "Certificate swagger.io.crt is missing" );
88- assertTrue (new File (context .getVariable ("exportLocation" ) + "/" + context .getVariable ("exportFolder1" ) + "/StarfieldServicesRootCertificateAuthority-G2 .crt" ).exists (), "Certificate StarfieldServicesRootCertificateAuthority-G2.crt is missing" );
88+ assertTrue (new File (context .getVariable ("exportLocation" ) + "/" + context .getVariable ("exportFolder1" ) + "/AmazonRSA2048M02 .crt" ).exists (), "Certificate StarfieldServicesRootCertificateAuthority-G2.crt is missing" );
8989 assertTrue (new File (context .getVariable ("exportLocation" ) + "/" + context .getVariable ("exportFolder1" ) + "/AmazonRootCA1.crt" ).exists (), "Certificate AmazonRootCA1.crt is missing" );
9090 //assertTrue(new File(context.getVariable("exportLocation")+"/"+context.getVariable("exportFolder1")+"/Amazon.crt").exists(), "Certificate Amazon.crt is missing");
9191 assertTrue (new File (context .getVariable ("exportLocation" ) + "/" + context .getVariable ("exportFolder1" ) + "/" + context .getVariable ("exportAPIName1" )).exists (), "Exported Swagger-File is missing" );
You can’t perform that action at this time.
0 commit comments