We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d8a04 commit 906b9a7Copy full SHA for 906b9a7
2 files changed
sgl-router/tests/request_formats_test.rs
@@ -42,6 +42,8 @@ impl RequestTestContext {
42
request_timeout_secs: 600,
43
worker_startup_timeout_secs: 1,
44
worker_startup_check_interval_secs: 1,
45
+ dp_aware: false,
46
+ api_key: None,
47
discovery: None,
48
metrics: None,
49
log_dir: None,
sgl-router/tests/streaming_tests.rs
@@ -46,6 +46,8 @@ impl StreamingTestContext {
50
51
52
53
0 commit comments