Skip to content

Commit 54c91db

Browse files
committed
review: remove test
1 parent 576984f commit 54c91db

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

  • rust/operator-binary/src/controller/build/properties/product_logging

rust/operator-binary/src/controller/build/properties/product_logging/mod.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,3 @@ fn log4j2_config(log_config: &AutomaticContainerLogConfig) -> String {
5252
log_config,
5353
)
5454
}
55-
56-
#[cfg(test)]
57-
mod tests {
58-
use super::*;
59-
60-
#[test]
61-
fn test_vector_config_file_content() {
62-
let content = vector_config_file_content();
63-
assert!(!content.is_empty());
64-
// A kept source must be present ...
65-
assert!(content.contains("files_log4j2"));
66-
// ... while a dropped source must not.
67-
assert!(!content.contains("files_tracing_rs"));
68-
}
69-
}

0 commit comments

Comments
 (0)