From da05733c1db0c449803674ed9556478889736105 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Fri, 12 Jan 2024 15:05:37 +0800 Subject: [PATCH] fix unit test Signed-off-by: Bugen Zhao --- src/common/src/system_param/mod.rs | 1 + 1 file changed, 1 insertion(+) 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"), ];