From 3e0e61e95ce93dc9efbc2c0731f78a6a7fc05657 Mon Sep 17 00:00:00 2001 From: whereami2048 Date: Tue, 21 May 2024 01:19:40 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=9D=91=EB=8B=B5=20=EA=B0=92=20=EB=AA=85=EC=84=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domain/experience/presentation/ExperienceControllerTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/Api-Module/src/test/kotlin/com/bamyanggang/apimodule/domain/experience/presentation/ExperienceControllerTest.kt b/Api-Module/src/test/kotlin/com/bamyanggang/apimodule/domain/experience/presentation/ExperienceControllerTest.kt index ec2fd3e1..c64956df 100644 --- a/Api-Module/src/test/kotlin/com/bamyanggang/apimodule/domain/experience/presentation/ExperienceControllerTest.kt +++ b/Api-Module/src/test/kotlin/com/bamyanggang/apimodule/domain/experience/presentation/ExperienceControllerTest.kt @@ -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"),