Skip to content

Commit

Permalink
fix(ci): splunk integration tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Feb 6, 2025
1 parent b90715b commit f9e6c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sinks/splunk_hec/logs/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fn get_processed_event_timestamp(
timestamp_key: Option<OptionalTargetPath>,
auto_extract_timestamp: bool,
) -> HecProcessedEvent {
// TODO: this was added to trigger tests, remove me, do not merge
let mut event = Event::Log(LogEvent::from("hello world"));
event
.as_mut_log()
Expand Down

0 comments on commit f9e6c52

Please sign in to comment.