Skip to content

Commit

Permalink
Fix outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Oct 22, 2024
1 parent fe868fe commit d05a3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('multiple Kibana nodes performing a reindexing migration', () => {

const typesMap =
indicesInfo[`${defaultKibanaIndex}_${nextMinor}_001`].mappings?._meta?.indexTypesMap;
expect(typesMap[defaultKibanaIndex]).toEqual(['complex', 'server']); // 'deprecated' no longer present
expect(typesMap[defaultKibanaIndex]).toEqual(['complex', 'recent', 'server']); // 'deprecated' no longer present
expect(typesMap[kibanaSplitIndex]).toEqual(['basic', 'task']);
}

Expand Down

0 comments on commit d05a3d3

Please sign in to comment.