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:
parent
7d6a68fd0a
commit
0b3c97c083
|
@ -37,7 +37,7 @@
|
|||
wait_for_status: green
|
||||
|
||||
- do:
|
||||
graph.explore:
|
||||
xpack.graph.explore:
|
||||
index: test_1
|
||||
type: test
|
||||
body: {"query": {"match": {"keys": 1}},"controls":{"use_significance":false},"vertices":[{"field": "keys","min_doc_count": 1}]}
|
||||
|
|
Loading…
Reference in New Issue