Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegeral committed Sep 20, 2024
1 parent b25d4fe commit 99460c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timesketch/lib/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from timesketch.lib.utils import rename_jsonl_headers


TEST_CSV = "test_tools/test_events/sigma_events.csv"
TEST_CSV = "tests/test_events/sigma_events.csv"
ISO8601_REGEX = (
r"^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0["
r"1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5]["
Expand Down

0 comments on commit 99460c9

Please sign in to comment.