Skip to content

Commit

Permalink
Fix: 그룹 채팅 리스트 테스트 api 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
devbattery committed Feb 5, 2025
1 parent d9e962a commit 2078084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class GroupChatroomSteps {
.log().all()
.auth().oauth2(accessToken)
.when()
.get("/api/chatrooms/myGroupChatrooms")
.get("/api/chat/group/rooms/my")
.then()
.log().all()
.extract();
Expand Down

0 comments on commit 2078084

Please sign in to comment.