File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apim-adapter/src/test/resources
apis/src/test/java/com/axway/apim/export/test/basic Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11username =apiadmin
2- password =changeme
2+ password =Axway@2026!
33
44host =localhost
55
@@ -12,4 +12,4 @@ variableFromOSEnvironmentVariable=${JAVA_HOME}
1212
1313variablePartiallyFromOSEnvironmentVariable =Fixed value and ${CI} some dynamic parts
1414
15- thisKeyExists =default value
15+ thisKeyExists =default value
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" ) + "/AmazonRSA2048M02 .crt" ).exists (), "Certificate StarfieldServicesRootCertificateAuthority-G2.crt is missing" );
88+ assertTrue (new File (context .getVariable ("exportLocation" ) + "/" + context .getVariable ("exportFolder1" ) + "/AmazonRSA2048M04 .crt" ).exists (), "Certificate AmazonRSA2048M04 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