We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ce47d commit 2543626Copy full SHA for 2543626
test/conftest.py
@@ -93,7 +93,7 @@ def pytest_unconfigure():
93
94
def pytest_sessionfinish(session, exitstatus):
95
if exitstatus != 0:
96
- search_query = f"index={setup['splunk_index']}"
+ search_query = "index=*"
97
logger.info(search_query)
98
events = check_events_from_splunk(start_time="-24h@h",
99
url=setup["splunkd_url"],
0 commit comments