Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Jun 17, 2021
1 parent ab586ef commit 1aa47f3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ describe('buildRequestBody(req)', () => {
capabilities,
{
get: async () => 50,
}
},
jest.fn().mockResolvedValue({
timeField: '@timestamp',
})
);

expect(doc).toEqual({
Expand Down

0 comments on commit 1aa47f3

Please sign in to comment.