Skip to content

Commit

Permalink
✅ test: 응답 필드 수정 테스트에 반영 #148
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Mar 24, 2024
1 parent 877ad81 commit fe2eff7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ void getMissionHistory() throws Exception {
fieldWithPath("success").type(BOOLEAN).description("응답 성공 여부"),
fieldWithPath("data").description("응답 데이터"),
fieldWithPath("data.user_type").type(STRING).description("유저의 타입(PARENT|CHILD)"),
fieldWithPath("data.opponent_user_type").type(STRING).description("상대 유저의 타입(PARENT|CHILD)"),
fieldWithPath("data.today_mission").type(OBJECT).description("오늘의 미션"),
fieldWithPath("data.today_mission.mission_content").type(STRING).description("오늘의 미션 내용"),
fieldWithPath("data.today_mission.date").type(STRING).description("오늘 날짜"),
Expand Down

0 comments on commit fe2eff7

Please sign in to comment.