Skip to content

Commit

Permalink
Add missing parameter to test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Jun 8, 2020
1 parent c1e6344 commit 0eea5fd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('alert monitor status component', () => {
hasFilters: false,
isOldAlert: true,
locations: [],
shouldUpdateUrl: false,
snapshotCount: 0,
snapshotLoading: false,
numTimes: 14,
Expand Down Expand Up @@ -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]}
/>
<EuiSpacer
Expand Down Expand Up @@ -85,6 +87,7 @@ describe('alert monitor status component', () => {
newFilters={Array []}
onRemoveFilter={[Function]}
setAlertParams={[MockFunction]}
shouldUpdateUrl={false}
/>
<EuiSpacer
size="xs"
Expand Down

0 comments on commit 0eea5fd

Please sign in to comment.