Skip to content

Commit

Permalink
Use defaults at sources::kubernetes::file_source_builder::tests::all_…
Browse files Browse the repository at this point in the history
…filters

Signed-off-by: MOZGIII <[email protected]>
  • Loading branch information
MOZGIII committed Mar 24, 2020
1 parent dd009a8 commit 24fcf58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sources/kubernetes/file_source_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ mod tests {
include_pod_uids: vec!["a027f09d8f18234519fa930f8fa71234".to_owned()],
include_container_names: vec!["busybox".to_owned()],
include_namespaces: vec!["telemetry".to_owned(), "app".to_owned()],
..KubernetesConfig::default()
};

assert_eq!(
Expand Down

0 comments on commit 24fcf58

Please sign in to comment.