Skip to content

Commit

Permalink
refactor: controllerTest 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongwa committed Jul 27, 2023
1 parent 07716b0 commit 91def8b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ void getExpenseCategories() throws Exception {
.type(JsonFieldType.NUMBER)
.description("카테고리 ID")
.attributes(field("constraint", "양의 정수")),
fieldWithPath("[].engName")
.type(JsonFieldType.STRING)
.description("카테고리 영문명")
.attributes(field("constraint", "50자 이하의 문자열")),
fieldWithPath("[].korName")
fieldWithPath("[].name")
.type(JsonFieldType.STRING)
.description("카테고리 한글명")
.attributes(field("constraint", "50자 이하의 문자열"))
Expand Down

0 comments on commit 91def8b

Please sign in to comment.