Skip to content

Commit 2543626

Browse files
committed
Modify search query
1 parent 61ce47d commit 2543626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def pytest_unconfigure():
9393

9494
def pytest_sessionfinish(session, exitstatus):
9595
if exitstatus != 0:
96-
search_query = f"index={setup['splunk_index']}"
96+
search_query = "index=*"
9797
logger.info(search_query)
9898
events = check_events_from_splunk(start_time="-24h@h",
9999
url=setup["splunkd_url"],

0 commit comments

Comments
 (0)