Skip to content

Commit 906b9a7

Browse files
committed
fix: resolve the build errors in theirs after the merging
1 parent f3d8a04 commit 906b9a7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

sgl-router/tests/request_formats_test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ impl RequestTestContext {
4242
request_timeout_secs: 600,
4343
worker_startup_timeout_secs: 1,
4444
worker_startup_check_interval_secs: 1,
45+
dp_aware: false,
46+
api_key: None,
4547
discovery: None,
4648
metrics: None,
4749
log_dir: None,

sgl-router/tests/streaming_tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ impl StreamingTestContext {
4646
request_timeout_secs: 600,
4747
worker_startup_timeout_secs: 1,
4848
worker_startup_check_interval_secs: 1,
49+
dp_aware: false,
50+
api_key: None,
4951
discovery: None,
5052
metrics: None,
5153
log_dir: None,

0 commit comments

Comments
 (0)