Skip to content

Commit 25845fc

Browse files
committed
[API] Add expand_wildcards to indices
1 parent 762dfa0 commit 25845fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-spec-testing/test_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def clear_transforms(client)
196196
end
197197

198198
def clear_indices(client)
199-
client.indices.delete(index: '*')
199+
client.indices.delete(index: '*', expand_wildcards: 'all')
200200
end
201201

202202
def clear_indices_xpack(client)

0 commit comments

Comments
 (0)