diff --git a/plugins/notifications-backend/src/database/DatabaseNotificationsStore.test.ts b/plugins/notifications-backend/src/database/DatabaseNotificationsStore.test.ts index 81420211cb..c7819552cb 100644 --- a/plugins/notifications-backend/src/database/DatabaseNotificationsStore.test.ts +++ b/plugins/notifications-backend/src/database/DatabaseNotificationsStore.test.ts @@ -156,11 +156,6 @@ const notificationSettings: NotificationSettings = { { id: 'Web', origins: [ - { - id: 'plugin-test', - enabled: true, - topics: [], - }, { id: 'abcd-origin', enabled: true, @@ -171,6 +166,11 @@ const notificationSettings: NotificationSettings = { }, ], }, + { + id: 'plugin-test', + enabled: true, + topics: [], + }, ], }, ],