Skip to content

Commit b6be330

Browse files
committed
fix(test): add missing Default to StreamableHttpServerConfig in concurrent streams test
Made-with: Cursor
1 parent 17d7ab9 commit b6be330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rmcp/tests/test_sse_concurrent_streams.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ async fn start_test_server(ct: CancellationToken, trigger: Arc<Notify>) -> Strin
8484
sse_keep_alive: Some(Duration::from_secs(15)),
8585
sse_retry: Some(Duration::from_secs(3)),
8686
cancellation_token: ct.child_token(),
87+
..Default::default()
8788
},
8889
);
8990

0 commit comments

Comments
 (0)