Skip to content

Commit

Permalink
Use 403 on access denied
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed May 28, 2024
1 parent 46719c8 commit 4dd534c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void lifeCycleRole() {
.pathParam("sub", GUEST_SUB)
.get("/api/deprovision/{sub}")
.then()
.statusCode(400);
.statusCode(403);
}

@Test
Expand Down

0 comments on commit 4dd534c

Please sign in to comment.