diff --git a/src/common/src/system_param/mod.rs b/src/common/src/system_param/mod.rs index bea437d5735d3..cffa7a4564a5f 100644 --- a/src/common/src/system_param/mod.rs +++ b/src/common/src/system_param/mod.rs @@ -361,6 +361,7 @@ mod tests { (MAX_CONCURRENT_CREATING_STREAMING_JOBS_KEY, "1"), (PAUSE_ON_NEXT_BOOTSTRAP_KEY, "false"), (WASM_STORAGE_URL_KEY, "a"), + (ENABLE_TRACING_KEY, "true"), ("a_deprecated_param", "foo"), ];