Skip to content

Commit a2810b3

Browse files
Merge pull request #462 from splunk/hotfix/PEX-732-testing-window
Hotfix: adjusting windows on integration tests to be full time range
2 parents 8369512 + 52bfbd3 commit a2810b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contentctl/objects/correlation_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ class ScheduleConfig(StrEnum):
9191
Configuraton values for the saved search schedule
9292
"""
9393

94-
EARLIEST_TIME = "-5y@y"
95-
LATEST_TIME = "-1m@m"
94+
EARLIEST_TIME = "0"
95+
LATEST_TIME = "now"
9696
CRON_SCHEDULE = "0 0 1 1 *"
9797

9898

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "contentctl"
33

4-
version = "5.5.9"
4+
version = "5.5.10"
55

66
description = "Splunk Content Control Tool"
77
authors = ["STRT <research@splunk.com>"]

0 commit comments

Comments
 (0)