Skip to content

Commit 28fbd8b

Browse files
committed
fix: '음식점 목록 조회 API'에 category 의 잘못된 값 수정
1 parent def7d0f commit 28fbd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/eatda/document/store/StoreDocumentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class GetStores {
103103
.queryParameter(
104104
parameterWithName("size").description("조회할 음식점 개수 (최소 1, 최대 50)"),
105105
parameterWithName("category")
106-
.description("음식점 카테고리(기본값: 전체) (한식,중식,일식,양식,디저트/카페,기타)").optional()
106+
.description("음식점 카테고리(기본값: 전체) (한식,중식,일식,양식,카페/디저트,기타)").optional()
107107
);
108108

109109
RestDocsResponse responseDocument = response()

0 commit comments

Comments
 (0)