-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add userId to project owner changed notification
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2177,6 +2177,7 @@ function sendNotificationTestCases() { | |
segment: { | ||
payload: { | ||
email: '[email protected]', | ||
userId: 1234, | ||
ownerName: 'Ali', | ||
projectName: 'Test Project', | ||
}, | ||
|
@@ -2203,6 +2204,7 @@ function sendNotificationTestCases() { | |
segment: { | ||
payload: { | ||
email: '[email protected]', | ||
userId: 1234, | ||
ownerName: 'Ali', | ||
projectName: 'Test Project', | ||
invalidField: 'invalid data', | ||
|
@@ -2237,6 +2239,7 @@ function sendNotificationTestCases() { | |
segment: { | ||
payload: { | ||
email: '[email protected]', | ||
userId: 1234, | ||
ownerName: 'Ali', | ||
projectName: 'Test Project', | ||
}, | ||
|
@@ -2264,6 +2267,7 @@ function sendNotificationTestCases() { | |
payload: { | ||
email: '[email protected]', | ||
ownerName: 'Ali', | ||
userId: 1234, | ||
projectName: 'Test Project', | ||
invalidField: 'invalid data', | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters