We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccae982 commit 8e50902Copy full SHA for 8e50902
src/test/java/com/somemore/notification/handler/NotificationHandlerTest.java
@@ -35,10 +35,11 @@ void handle() {
35
{
36
"type": "NOTIFICATION",
37
"subType": "VOLUNTEER_APPLY_STATUS_CHANGE",
38
- "receiverId": "123e4567-e89b-12d3-a456-426614174000",
+ "volunteerId": "123e4567-e89b-12d3-a456-426614174000",
39
"volunteerApplyId": 123,
40
"centerId": "123e4567-e89b-12d3-a456-426614174001",
41
"recruitBoardId": 456,
42
+ "oldStatus": "WAITING",
43
"newStatus": "APPROVED",
44
"createdAt": "2024-12-05T10:00:00"
45
}
0 commit comments