Skip to content

Commit

Permalink
test: 함께해요 요청 반환값 API Test 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Feb 6, 2024
1 parent e14f942 commit 56b07c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ class RecruitmentPostApiTest extends MockMvcTestHelper {
.description("member의 이미지 url"),
fieldWithPath("[].member.githubUrl").type(JsonFieldType.STRING)
.description("member의 github Url"),
fieldWithPath("[].eventId").type(JsonFieldType.NUMBER).description("행사의 식별자")
fieldWithPath("[].eventId").type(JsonFieldType.NUMBER).description("행사의 식별자"),
fieldWithPath("[].eventName").type(JsonFieldType.STRING).description("행사의 이름")
);

private static final ResponseFieldsSnippet RECRUITMENT_POST_RESPONSE_FIELDS = responseFields(
Expand Down

0 comments on commit 56b07c1

Please sign in to comment.