Skip to content

Commit 68da8a8

Browse files
author
Chris Wiechmann
committed
Update ImportAndExportConfigTestIT.java
1 parent 44080c3 commit 68da8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/settings/src/test/java/com/axway/apim/setup/it/tests/ImportAndExportConfigTestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void runUpdateConfiguration(@Optional @CitrusResource TestContext context
5656

5757
echo("####### Validate configuration has been applied #######");
5858
http(builder -> builder.client("apiManager").send().get("/config").header("Content-Type", "application/json"));
59-
if(APIManagerAdapter.hasAPIManagerVersion("7.7.20200130")) {
59+
if(APIManagerAdapter.hasAPIManagerVersion("7.7.20200530")) {
6060
http(builder -> builder.client("apiManager").receive().response(HttpStatus.OK).messageType(MessageType.JSON)
6161
.validate("$.portalName", "${portalName}")
6262
.validate("$.apiImportEditable", "true")

0 commit comments

Comments
 (0)