Skip to content

Commit

Permalink
- Adopt official APIM docker image #447
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Dec 11, 2023
1 parent 24d26de commit b351af0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public void run(@Optional @CitrusResource TestContext context) throws IOExceptio
.extractFromPayload("$.[?(@.path=='${apiPath}')].id", "newApiId")); // We have a new API-ID

echo("####### Validate the updated Swagger-File has been imported #######");
http(builder -> builder.client("apiManager").send().get("/discovery/swagger/api/id/${newApiId}").header("Content-Type", "application/json"));
sleep(5000);
sleep(10000);
http(builder -> builder.client("apiManager").send().get("/discovery/swagger/api/id/${newApiId}").header("Content-Type", "application/json"));
http(builder -> builder.client("apiManager").receive().response(HttpStatus.OK).messageType(MessageType.JSON));

echo("####### Validate the previous FE-API has been deleted #######");
Expand Down

0 comments on commit b351af0

Please sign in to comment.