Skip to content

Commit c9dfa84

Browse files
committed
forgot to save before
committing. see previous commit message.
1 parent b580278 commit c9dfa84

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contentctl/objects/correlation_search.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def splunk_path(self) -> str:
264264
:returns: the search path
265265
:rtype: str
266266
"""
267-
return f"/saved/searches/{self.name}"
267+
return f"saved/searches/{self.name}"
268268

269269
@computed_field
270270
@cached_property
@@ -988,9 +988,6 @@ def cleanup(self, delete_test_index=False) -> None:
988988
and the cron schedule persist after cleanup
989989
:param delete_test_index: flag indicating whether the test index should be cleared or not (defaults to False)
990990
"""
991-
print("\n\n\n\npre cleanup\n\n\n\n")
992-
_ = input()
993-
print("\n\n\n\ngot user okay\n\n\n\n")
994991
# delete_test_index can't be true when test_index is None
995992
if delete_test_index and (self.test_index is None):
996993
raise ClientError("test_index is None, cannot delete it")

0 commit comments

Comments
 (0)