Skip to content

Commit

Permalink
fix meteor call
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jun 7, 2022
1 parent 2265954 commit 6ce41de
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/meteor/tests/end-to-end/api/04-direct-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ describe('[Direct Messages]', function () {
.set(userCredentials)
.send({
message: JSON.stringify({
id: 'id',
msg: 'method',
method: 'saveUserPreferences',
params: [{ emailNotificationMode: 'nothing' }],
}),
Expand Down
Loading

0 comments on commit 6ce41de

Please sign in to comment.