diff --git a/app/soapbox/reducers/__tests__/push_notifications-test.js b/app/soapbox/reducers/__tests__/push_notifications-test.js index 7c47f4dd7..97e75df54 100644 --- a/app/soapbox/reducers/__tests__/push_notifications-test.js +++ b/app/soapbox/reducers/__tests__/push_notifications-test.js @@ -7,6 +7,7 @@ describe('push_notifications reducer', () => { subscription: null, alerts: new ImmutableMap({ follow: false, + follow_request: false, favourite: false, reblog: false, mention: false,