diff --git a/rest-api-spec/test/search.aggregation/10_histogram.yaml b/rest-api-spec/test/search.aggregation/10_histogram.yaml index cefe6a4b33e..b70390f16ac 100644 --- a/rest-api-spec/test/search.aggregation/10_histogram.yaml +++ b/rest-api-spec/test/search.aggregation/10_histogram.yaml @@ -1,3 +1,17 @@ +setup: + - do: + indices.create: + index: test_1 + body: + mappings: + test: + "properties": + "number": + "type" : "integer" + - do: + cluster.health: + wait_for_status: green + --- "Basic test": - do: