Skip to content

Commit

Permalink
fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Sep 9, 2021
1 parent db9d5a6 commit c03bbb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const requestMock = KibanaRequest.from(
})
);
const securityStartMock = securityMock.createStart();
// @ts-expect-error partial mock of ReindexSavedObject

const reindexOpMock = {
id: 'asdf',
attributes: { indexName: 'test', lastCompletedStep: 1, locked: null },
Expand Down

0 comments on commit c03bbb9

Please sign in to comment.