diff --git a/elasticsearch/x-pack/graph/src/test/resources/rest-api-spec/test/graph/10_basic.yaml b/elasticsearch/x-pack/graph/src/test/resources/rest-api-spec/test/graph/10_basic.yaml index 15c3e279b9c..0ef7a255472 100644 --- a/elasticsearch/x-pack/graph/src/test/resources/rest-api-spec/test/graph/10_basic.yaml +++ b/elasticsearch/x-pack/graph/src/test/resources/rest-api-spec/test/graph/10_basic.yaml @@ -1,19 +1,21 @@ +--- +setup: +- do: + indices.create: + index: test_1 + body: + settings: + index: + number_of_shards: 1 + number_of_replicas: 0 + mappings: + test: + properties: + keys: + type : integer + --- "Test basic graph explore": - - do: - indices.create: - index: test_1 - body: - settings: - index: - number_of_replicas: 0 - number_of_shards: 1 - mappings: - test: - properties: - keys: - type : "integer" - - do: index: index: test_1