mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 11:06:17 +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
|
// Test OTEL default values
|
||||||
if let Some(_use_stdout) = config.otel.use_stdout {
|
if let Some(_use_stdout) = config.otel.use_stdout {
|
||||||
// Test boolean values - any boolean value is valid
|
// 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 {
|
if let Some(sample_ratio) = config.otel.sample_ratio {
|
||||||
|
|||||||
Reference in New Issue
Block a user