[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:
Honza Král 2014-01-02 20:03:10 +01:00
parent 076a24af14
commit 8517d8954e
1 changed files with 1 additions and 0 deletions

View File

@ -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'}}