Skip to content

Commit 8e50902

Browse files
committed
test(NotificationHandler): 메시지 수정
1 parent ccae982 commit 8e50902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/somemore/notification/handler/NotificationHandlerTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ void handle() {
3535
{
3636
"type": "NOTIFICATION",
3737
"subType": "VOLUNTEER_APPLY_STATUS_CHANGE",
38-
"receiverId": "123e4567-e89b-12d3-a456-426614174000",
38+
"volunteerId": "123e4567-e89b-12d3-a456-426614174000",
3939
"volunteerApplyId": 123,
4040
"centerId": "123e4567-e89b-12d3-a456-426614174001",
4141
"recruitBoardId": 456,
42+
"oldStatus": "WAITING",
4243
"newStatus": "APPROVED",
4344
"createdAt": "2024-12-05T10:00:00"
4445
}

0 commit comments

Comments
 (0)