We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7099768 commit 88a2d8dCopy full SHA for 88a2d8d
test_elasticsearch_serverless/test_server/test_rest_api_spec.py
@@ -92,6 +92,14 @@
92
"cluster/component_templates",
93
# TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
94
"indices/simulate_template",
95
+ # Fixed by https://github.com/elastic/elasticsearch-clients-tests/pull/56
96
+ "cat/aliases",
97
+ "cat/component_templates",
98
+ "cat/count",
99
+ "cat/help",
100
+ "cat/indices",
101
+ "cat/ml",
102
+ "cat/transform",
103
}
104
105
0 commit comments