Graph: Fixed incorrect API call in the REST test

Related: elastic/elasticsearch#2678

Original commit: elastic/x-pack-elasticsearch@3157c97ca2
This commit is contained in:
Karel Minarik 2016-07-11 14:42:37 +02:00
parent 7d6a68fd0a
commit 0b3c97c083
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
wait_for_status: green wait_for_status: green
- do: - do:
graph.explore: xpack.graph.explore:
index: test_1 index: test_1
type: test type: test
body: {"query": {"match": {"keys": 1}},"controls":{"use_significance":false},"vertices":[{"field": "keys","min_doc_count": 1}]} body: {"query": {"match": {"keys": 1}},"controls":{"use_significance":false},"vertices":[{"field": "keys","min_doc_count": 1}]}