[TEST] add name parameter to get_alias in update_alias tests
to avoid failure on older es versions since get_alias without name has been only introduced in #4539
This commit is contained in:
parent
076a24af14
commit
8517d8954e
|
@ -33,6 +33,7 @@
|
||||||
- do:
|
- do:
|
||||||
indices.get_alias:
|
indices.get_alias:
|
||||||
index: test_index
|
index: test_index
|
||||||
|
name: test_alias
|
||||||
|
|
||||||
- match: {test_index.aliases.test_alias: {'index_routing': 'routing_value', 'search_routing': 'routing_value'}}
|
- match: {test_index.aliases.test_alias: {'index_routing': 'routing_value', 'search_routing': 'routing_value'}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue