We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576984f commit 54c91dbCopy full SHA for 54c91db
1 file changed
rust/operator-binary/src/controller/build/properties/product_logging/mod.rs
@@ -52,18 +52,3 @@ fn log4j2_config(log_config: &AutomaticContainerLogConfig) -> String {
52
log_config,
53
)
54
}
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