Skip to content

Commit

Permalink
Update x-pack/plugins/index_management/__jest__/client_integration/ho…
Browse files Browse the repository at this point in the history
…me/indices_tab.test.ts

Co-authored-by: Ignacio Rivas <[email protected]>
  • Loading branch information
cuff-links and sabarasaba authored Dec 31, 2021
1 parent 798b580 commit 7025491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ describe('<IndexManagementHome />', () => {

const requestsCount = server.requests.length;
expect(server.requests[requestsCount - 2].url).toBe(`${API_BASE_PATH}/indices/forcemerge`);
// After the index is unfrozen, we imediately do a reload. So we need to expect to see
// After the index is force merged, we immediately do a reload. So we need to expect to see
// a reload server call also.
expect(server.requests[requestsCount - 1].url).toBe(`${API_BASE_PATH}/indices/reload`);
});
Expand Down

0 comments on commit 7025491

Please sign in to comment.