Skip to content

Commit

Permalink
test: 테스트 코드 응답 값 명세 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 20, 2024
1 parent 6e2f9f0 commit 3e0e61e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ class ExperienceControllerTest : BaseRestDocsTest() {
),
responseFields(
fieldWithPath("years").description("경험이 존재하는 연도 배열(활동 시작 일시 기준)"),
fieldWithPath("yearTagInfos").description("연도 내 상위 태그 정보 배열"),
fieldWithPath("yearTagInfos[].year").description("연도"),
fieldWithPath("yearTagInfos[].tags").description("연도 내 상위 태그 정보"),
fieldWithPath("yearTagInfos[].tags[].id").description("상위 태그 id"),
Expand Down

0 comments on commit 3e0e61e

Please sign in to comment.