Skip to content

Commit

Permalink
fix(#130): 원서 전체 조회 쿼리 파라미터 오류 수정
Browse files Browse the repository at this point in the history
- 원서 전체 조회 API 문서에서 type이라는 파라미터를 눌렀을 때 FormType.Category 대신 FormType으로 이동하는 오류를 해결했어요.
  • Loading branch information
cabbage16 committed Sep 8, 2024
1 parent f8bb573 commit 0bcb0a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ class FormControllerTest extends RestDocsTestSupport {
.description("<<form-status,원서 상태 (null인 경우 전체 조회)>>")
.optional(),
parameterWithName("type")
.description("<<form-type,원서 유형 (null인 경우 전체 조회)>>")
.description("<<form-category,원서 카테고리 (null인 경우 전체 조회)>>")
.optional(),
parameterWithName("sort")
.description("정렬 기준 (total-score-asc인 경우 최종 점수 오름차순, total-score-desc인 경우 최종 점수 내림차순, form-id인 경우 접수 번호순, null인 경우 수험번호 오름차순 조회)")
Expand Down

0 comments on commit 0bcb0a1

Please sign in to comment.