diff --git a/frontend/src/pages/Community.spec.js b/frontend/src/pages/Community.spec.js index 28d742fe9..ab1572d37 100644 --- a/frontend/src/pages/Community.spec.js +++ b/frontend/src/pages/Community.spec.js @@ -72,6 +72,7 @@ describe('Community', () => { messagesCount: 0, deniedAt: null, deniedBy: null, + moderatorId: null, }, { id: 1550, @@ -88,6 +89,7 @@ describe('Community', () => { messagesCount: 0, deniedAt: null, deniedBy: null, + moderatorId: null, }, ], contributionCount: 1,