Skip to content

Commit

Permalink
Align filters
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pop <apop@chef.io>
  • Loading branch information
alexpop committed Nov 10, 2020
1 parent 5574dd4 commit 29099c3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ describe('ReportingOverviewComponent', () => {
startDate: moment(endDate).subtract(10, 'days'),
endDate: endDate,
interval: 0,
filters: [ {type: { name: 'node'}, value: { id: '1231'}},
{type: { name: 'platform'}, value: { text: 'ubuntu'}} ],
filters: [
{type: { name: 'node'}, value: { id: '1231'}},
{type: { name: 'platform'}, value: { text: 'ubuntu'}}
],
last24h: false
};

Expand Down

0 comments on commit 29099c3

Please sign in to comment.