refactor: remove dead code comment in observability config test

This commit is contained in:
安正超
2025-05-28 14:36:38 +08:00
parent a8bd8809b0
commit 4cd2c8e99c

View File

@@ -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 {