Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Oct 16, 2024
1 parent c029abc commit 241d731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sources/kubernetes_logs/pod_metadata_annotator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ fn annotate_from_container(
mod tests {
use k8s_openapi::api::core::v1::PodIP;
use similar_asserts::assert_eq;
use std::path::PathBuf;
use vector_lib::lookup::{event_path, metadata_path};

use super::*;
Expand Down

0 comments on commit 241d731

Please sign in to comment.