[DOCS] Add missing index to test setup
#19884 fixed the aliases, but didn't add `index2` to the test setup which causes the alias command to fail
This commit is contained in:
parent
88aff40eef
commit
2c1b9b67db
|
@ -22,7 +22,7 @@ POST /_aliases
|
|||
}
|
||||
--------------------------------------------------
|
||||
// CONSOLE
|
||||
// TEST[s/^/PUT test1\n/]
|
||||
// TEST[s/^/PUT test1\nPUT test2\n/]
|
||||
|
||||
An alias can also be removed, for example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue