Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Oct 30, 2023
1 parent 81ebe8f commit f89b3d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public void testRefreshTokenAfterAuthzCodeWorks()
RestAssured.given()
.header("Authorization", "Bearer " + refreshedToken)
.when()
.get("/iam/account/me/authorities")
.get("/iam/me/authorities")
.then()
.statusCode(HttpStatus.FORBIDDEN.value());

Expand Down

0 comments on commit f89b3d9

Please sign in to comment.