Skip to content

Commit

Permalink
test: 테스트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Dec 19, 2023
1 parent 40ae31d commit 6b18b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class RefreshTokenTest : BaseTest() {

test
.andExpect {
status { isBadRequest() }
status { isNotFound() }
jsonPath("message") { value("유저의 refreshToken이 존재하지 않습니다.") }
}
}
Expand Down

0 comments on commit 6b18b75

Please sign in to comment.