Skip to content

Commit b57f77c

Browse files
author
Thomas Belin
committed
fix tests
1 parent 49fb76d commit b57f77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_tests/notification/NotificationRepositorySpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('NotificationRepository', () => {
9797
options: {
9898
body: '',
9999
data: {
100-
conversationId: conversation_et.id,
100+
conversationId: {domain: conversation_et.domain, id: conversation_et.id},
101101
},
102102
icon: '/image/logo/notification.png',
103103
silent: true,

0 commit comments

Comments
 (0)