Tests: Fixing xpack info tests

Even though HEAD is a possible method, this implies that no data is returned
and thus the tests fail randomly.

If HEAD should be added to the api it needs it's own API definition IMO.

Original commit: elastic/x-pack-elasticsearch@a216393f6b
This commit is contained in:
Alexander Reelsen 2016-04-18 12:19:16 +02:00
parent 99cff6f3b9
commit aa77646e3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"xpack.info": {
"documentation": "Retrieve information about xpack, including buid number/timestamp and license status",
"methods": [ "GET", "HEAD" ],
"methods": [ "GET" ],
"url": {
"path": "/_xpack",
"paths": [ "/_xpack" ],