From aa2175822e2e8dcbfc536cab55f3a161cb1e5a99 Mon Sep 17 00:00:00 2001 From: oscarkilhed Date: Tue, 3 Sep 2024 12:18:19 +0200 Subject: [PATCH] Fix bad mock in unittest --- .../panel-edit/PanelDataPane/PanelDataAlertingTab.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataAlertingTab.test.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataAlertingTab.test.tsx index 1726c669031..bfc51341d6c 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataAlertingTab.test.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataAlertingTab.test.tsx @@ -143,7 +143,7 @@ const dashboard = { from: 'now-6h', to: 'now', }, - timepicker: { refresh_intervals: 5 }, + timepicker: { refresh_intervals: ['5s', '30s', '1m'] }, meta: { canSave: true, folderId: 1,