Skip to content

Commit

Permalink
Use an index name that works with the security tests
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Dec 7, 2023
1 parent ba7d56c commit 71163d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ setup:
headers:
Authorization: "Basic eF9wYWNrX3Jlc3RfdXNlcjp4LXBhY2stdGVzdC1wYXNzd29yZA==" # run as x_pack_rest_user, i.e. the test setup superuser
indices.create:
index: empty_store
index: unavailable-data
body:
mappings:
properties:
Expand All @@ -567,7 +567,7 @@ setup:

- do:
search:
index: empty_store
index: unavailable-data
body: >
{
"size": 0,
Expand Down

0 comments on commit 71163d7

Please sign in to comment.