Skip to content

Commit ec3416e

Browse files
troubleshooting build
1 parent 5f7371c commit ec3416e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_elasticsearch/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def wipe_indices(client):
180180
indices = client.cat.indices().strip().splitlines()
181181
if len(indices) > 0:
182182
index_names = [i.split(" ")[2] for i in indices]
183+
print(index_names)
183184
client.options(ignore_status=404).indices.delete(
184185
index=",".join(index_names),
185186
expand_wildcards="all",

0 commit comments

Comments
 (0)