diff --git a/x-pack/plugins/uptime/public/components/overview/alerts/__tests__/alert_monitor_status.test.tsx b/x-pack/plugins/uptime/public/components/overview/alerts/__tests__/alert_monitor_status.test.tsx index 99f0c27f666d..b955667ea740 100644 --- a/x-pack/plugins/uptime/public/components/overview/alerts/__tests__/alert_monitor_status.test.tsx +++ b/x-pack/plugins/uptime/public/components/overview/alerts/__tests__/alert_monitor_status.test.tsx @@ -25,6 +25,7 @@ describe('alert monitor status component', () => { hasFilters: false, isOldAlert: true, locations: [], + shouldUpdateUrl: false, snapshotCount: 0, snapshotLoading: false, numTimes: 14, @@ -52,6 +53,7 @@ describe('alert monitor status component', () => { } data-test-subj="xpack.uptime.alerts.monitorStatus.filterBar" defaultKuery="monitor.id: foo" + shouldUpdateUrl={false} updateDefaultKuery={[Function]} /> { newFilters={Array []} onRemoveFilter={[Function]} setAlertParams={[MockFunction]} + shouldUpdateUrl={false} />