Skip to content

Commit 482b55a

Browse files
author
Nelson Wang
committed
Removing comments
1 parent ce3bb4a commit 482b55a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_docker_splunk.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,6 @@ def _run_splunk_query(self, container_id, query, username="admin", password="pas
280280
job_results = json.loads(job_results.content)
281281
return job_metadata, job_results
282282

283-
284-
285-
#search_providers = json.loads(job_status.content)["entry"][0]["content"]["searchProviders"]
286-
#assert search_providers
287-
288-
289-
290283
def search_internal_distinct_hosts(self, container_id, username="admin", password="password"):
291284
query = "search index=_internal earliest=-1m | stats dc(host) as distinct_hosts"
292285
meta, results = self._run_splunk_query(container_id, query, username, password)

0 commit comments

Comments
 (0)