only publish testcases appear in testcases.py to save time
[releng.git] / utils / test / scripts / shared_utils.py
index aa8a65d..e90a17f 100644 (file)
@@ -41,6 +41,7 @@ def get_elastic_docs(elastic_url, creds, body=None, field = '_source'):
         elastic_docs.append(hit[field])
     return elastic_docs
 
+
 def get_elastic_docs_by_days(elastic_url, creds, days):
     if days == 0:
         body = '''{