diff --git a/assets/tests/setup.ts b/assets/tests/setup.ts index f3e9381f1..13097e3f4 100644 --- a/assets/tests/setup.ts +++ b/assets/tests/setup.ts @@ -33,6 +33,7 @@ beforeEach(() => { .fn() .mockReturnValueOnce( Promise.resolve({ + status: 200, json: () => Promise.resolve({ all_alert_ids: allAPIAlertIds,