Skip to content

Commit

Permalink
Update tests to use new api too
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Mar 23, 2020
1 parent 9f879b0 commit b28bc13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe('reindex API', () => {

describe('POST /api/upgrade_assistant/reindex/batch', () => {
const queueSettingsArg = {
queueSettings: { queuedAt: expect.any(Number) },
enqueue: true,
};
it('creates a collection of index operations', async () => {
mockReindexService.createReindexOperation
Expand Down

0 comments on commit b28bc13

Please sign in to comment.