Skip to content

Commit

Permalink
fix: 테스트 필드명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lvalentine6 committed Jul 16, 2024
1 parent 6f7d430 commit ebd089e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void getNotifications() throws Exception {
fieldWithPath("[].userNotificationId").description("알림 ID"),
fieldWithPath("[].orgName").description("조직 이름"),
fieldWithPath("[].repositoryName").description("저장소 이름"),
fieldWithPath("[].localDateTime").description("생성 시간"),
fieldWithPath("[].notificationCreatedAt").description("생성 시간"),
fieldWithPath("[].read").description("읽음 여부")
)
));
Expand Down

0 comments on commit ebd089e

Please sign in to comment.