Skip to content

Commit

Permalink
fix function test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed Sep 4, 2020
1 parent ee60e84 commit 037d3c6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ export default function createFindTests({ getService }: FtrProviderContext) {
apiKeyOwner: 'elastic',
muteAll: false,
mutedInstanceIds: [],
executionStatus: {
status: 'unknown',
date: createdAlert.executionStatus.date,
},
executionStatus: match.executionStatus,
});
expect(Date.parse(match.createdAt)).to.be.greaterThan(0);
expect(Date.parse(match.updatedAt)).to.be.greaterThan(0);
Expand Down

0 comments on commit 037d3c6

Please sign in to comment.