From 6baec89484cd03d204ae600331287a1f51fc0333 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 2 May 2022 10:44:59 -0400 Subject: [PATCH] Fix test --- app/soapbox/reducers/__tests__/reports-test.js | 1 + 1 file changed, 1 insertion(+) 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, }), })); });