Skip to content

Commit

Permalink
Fix : 휴면 회원일 때 예상되는 상태코드 수정
Browse files Browse the repository at this point in the history
403-> 423
  • Loading branch information
Astin01 committed Oct 8, 2024
1 parent 9d74c29 commit 4536d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void lockedUser() throws Exception {
.queryParam("redirectUrl", "redirectUrl")
)
.andExpectAll(
status().isForbidden());
status().isLocked());
}

}

0 comments on commit 4536d1a

Please sign in to comment.