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 8ec8bac commit d783818Copy full SHA for d783818
test_elasticsearch/utils.py
@@ -137,7 +137,7 @@ def wipe_cluster(client):
137
else:
138
client.indices.delete_template(name="*")
139
client.indices.delete_index_template(name="*")
140
- client.cluster.delete_component_template(name="*")
+ # client.cluster.delete_component_template(name="*")
141
142
wipe_cluster_settings(client)
143
0 commit comments