Skip to content

Commit

Permalink
test: 변경된 응답값에 맞춰 테스트 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
1o18z committed Nov 28, 2023
1 parent 84a8ca5 commit 66be0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public static UserStatusHTTP.Response userStatusHTTPResponse(UserStatusDto respo
response.userStatus(),
response.startedAt(),
response.chattingRoomId(),
response.chattingRoomName(),
response.isCertificated(),
response.penaltyExpiration()
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ void getUserStatusTest() throws Exception {
fieldWithPath("isCertificated").type(JsonFieldType.VARIES).description("인증 여부"),
fieldWithPath("startedAt").type(JsonFieldType.VARIES).description("매칭 시작 시간"),
fieldWithPath("chattingRoomId").type(JsonFieldType.VARIES).description("채팅방 아이디"),
fieldWithPath("chattingRoomName").type(JsonFieldType.VARIES).description("채팅방 이름"),
fieldWithPath("penaltyExpiration").type(JsonFieldType.VARIES).description("제재 기간")
)
)
Expand Down

0 comments on commit 66be0d5

Please sign in to comment.