Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/test/http/group/group-create.http
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Content-Type: application/json
{
"email": "test@example.com",
"password": "Test1234!@#",
"nickName": "Beemo",
"phoneNumber": "010-1234-5678"
"nickName": "Beemo"
Copy link

Copilot AI Dec 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phoneNumber field has been removed from this signup request, but it's still present in the same signup request in group-get-cursor.http (line 9). This creates inconsistency in the test data. Consider removing phoneNumber from all test files or keeping it in all of them for consistency.

Suggested change
"nickName": "Beemo"
"nickName": "Beemo",
"phoneNumber": "010-1234-5678"

Copilot uses AI. Check for mistakes.
}

> {%
Expand Down
3 changes: 3 additions & 0 deletions src/test/http/group/group-get-cursor.http
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ GET http://localhost:8080/api/v1/groups/1
### 로그인 후, 현재 유저 기준 참여 상태 포함하여 상세 조회
GET http://localhost:8080/api/v1/groups/1
Authorization: Bearer {{hostAccessToken}}

### (선택) 로그인 안 한 상태에서 모임 목록 조회
GET http://localhost:8080/api/v1/groups?size=5