diff --git a/app/soapbox/reducers/__tests__/reports-test.js b/app/soapbox/reducers/__tests__/reports-test.js index 2719652cd..8203cc984 100644 --- a/app/soapbox/reducers/__tests__/reports-test.js +++ b/app/soapbox/reducers/__tests__/reports-test.js @@ -12,6 +12,7 @@ describe('reports reducer', () => { comment: '', forward: false, block: false, + rule_id: null, }), })); });