Skip to content

Commit c8fae41

Browse files
do not wipe component templates
1 parent 8ec8bac commit c8fae41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_elasticsearch/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def wipe_cluster(client):
137137
else:
138138
client.indices.delete_template(name="*")
139139
client.indices.delete_index_template(name="*")
140-
client.cluster.delete_component_template(name="*")
141140

142141
wipe_cluster_settings(client)
143142

0 commit comments

Comments
 (0)