Skip to content

Commit

Permalink
test: 내 별점 여부 조회 통합 테스트 별점 추가 #103
Browse files Browse the repository at this point in the history
  • Loading branch information
FaberJoo committed Nov 13, 2023
1 parent e848f37 commit 28bcc93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ void checkRatedExist() throws Exception {
responseFields(
attributes(key("title")
.value("Fields for starRating get")),
fieldWithPath("score")
.description("별점 점수"),
fieldWithPath("createdAt")
.description("별점 생성일")
)
Expand Down

0 comments on commit 28bcc93

Please sign in to comment.