Skip to content

Commit

Permalink
renamed index to avoid collision for other tests
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan committed Sep 19, 2023
1 parent 3483571 commit 2fdcb00
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ describe('Indices', () => {
});

describe('can search with reindex & recovery status', () => {
const reindexedIndex =
'reindex_opensearch_dashboards_sample_data_ecommerce';
const reindexedIndex = 'reindex_sample_data_ecommerce';
const splittedIndex = 'split_opensearch_dashboards_sample_data_logs';
before(() => {
cy.deleteAllIndices();
Expand Down

0 comments on commit 2fdcb00

Please sign in to comment.