diff --git a/graylog2-web-interface/src/components/navigation/NotificationBadge.test.tsx b/graylog2-web-interface/src/components/navigation/NotificationBadge.test.tsx index f2c064b4cf1c..40ec2ec4dfec 100644 --- a/graylog2-web-interface/src/components/navigation/NotificationBadge.test.tsx +++ b/graylog2-web-interface/src/components/navigation/NotificationBadge.test.tsx @@ -46,6 +46,7 @@ describe('NotificationBadge', () => { beforeEach(() => { jest.restoreAllMocks(); + jest.clearAllMocks(); }); it('triggers update of notifications', async () => {