Skip to content

Commit

Permalink
test(voc): 테스트 설명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zeus6768 committed Nov 18, 2024
1 parent da384a8 commit dbaa316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void contact_success() throws JsonProcessingException {
// ResponseErrorHandler가 동작하지 않아요. 그래서 테스트에 자꾸 실패해요. 어떻게 동작시킬까요?
@ParameterizedTest
@MethodSource
@DisplayName("defaultStatusHandler 테스트: 40x, 50x 에러 발생")
@DisplayName("외부 API에서 40x, 50x 상태 코드를 응답할 경우 예외 발생")
void defaultStatusHandler(HttpStatusCode statusCode) throws JsonProcessingException {
// given
var message = "lorem ipsum dolor sit amet consectetur adipiscing elit";
Expand Down

0 comments on commit dbaa316

Please sign in to comment.