Skip to content

Commit

Permalink
feature(chore):965 added error handling for irs response
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed Jun 20, 2024
1 parent fe26144 commit e1d0b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void shouldReturnNotFoundGetPolicyById() throws JoseException {
.get("/api/policies/" + policyId)
.then()
.statusCode(404)
.body(containsString("Policy with id: default-policy-not-exist not found."))
.body(containsString("404 Not Found: [no body]"))
.log().all();
}

Expand Down

0 comments on commit e1d0b90

Please sign in to comment.