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