Skip to content

Commit

Permalink
fix: flaky int test
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 17, 2024
1 parent c51e59e commit e988277
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ void transferData() {
var jp = baseRequest()
.get(CONSUMER_MANAGEMENT_URL + "/api/management/v3/edrs/%s/dataaddress".formatted(transferProcessId))
.then()
.log().ifValidationFails()
.statusCode(200)
.onFailMessage("Expected to find an EDR with transfer ID %s but did not!".formatted(transferProcessId))
.extract().body().jsonPath();
Expand Down

0 comments on commit e988277

Please sign in to comment.