mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-18 16:07:10 +00:00
fix: failing test for create alert button
This commit is contained in:
parent
1c7e80cf38
commit
1779d66a9e
@ -801,6 +801,7 @@ describe('TracesExplorer - ', () => {
|
|||||||
|
|
||||||
expect(historyPush).toHaveBeenCalledWith(
|
expect(historyPush).toHaveBeenCalledWith(
|
||||||
expect.stringContaining(`${ROUTES.ALERTS_NEW}`),
|
expect.stringContaining(`${ROUTES.ALERTS_NEW}`),
|
||||||
|
expect.any(Object),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user