mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-16 17:20:33 +00:00
refactor: remove dead code comment in observability config test
This commit is contained in:
@@ -78,7 +78,6 @@ mod tests {
|
||||
// Test OTEL default values
|
||||
if let Some(_use_stdout) = config.otel.use_stdout {
|
||||
// Test boolean values - any boolean value is valid
|
||||
// assert!(use_stdout || !use_stdout, "use_stdout should be a valid boolean");
|
||||
}
|
||||
|
||||
if let Some(sample_ratio) = config.otel.sample_ratio {
|
||||
|
||||
Reference in New Issue
Block a user