diff --git a/frontend/src/pages/TracesExplorer/__test__/TracesExplorer.test.tsx b/frontend/src/pages/TracesExplorer/__test__/TracesExplorer.test.tsx index 163fa5fd6027..0cdef7a070ec 100644 --- a/frontend/src/pages/TracesExplorer/__test__/TracesExplorer.test.tsx +++ b/frontend/src/pages/TracesExplorer/__test__/TracesExplorer.test.tsx @@ -801,6 +801,7 @@ describe('TracesExplorer - ', () => { expect(historyPush).toHaveBeenCalledWith( expect.stringContaining(`${ROUTES.ALERTS_NEW}`), + expect.any(Object), ); }); });