Skip to content

Commit c5cbfbf

Browse files
test(acp-nats): rename proxy test to reflect no-panic intent
ext_session_prompt_response_through_proxy_is_delivered implied delivery was verified; rename to ext_session_prompt_response_through_proxy_does_not_panic to match the actual assertion (no crash). Signed-off-by: Jorge Gonzalez <jgonzalez@straw-hat.co>
1 parent 87e610f commit c5cbfbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rsworkspace/crates/acp-nats/tests/client_proxy_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ async fn terminal_wait_for_exit_through_proxy_returns_exit_code() {
602602
}
603603

604604
#[tokio::test]
605-
async fn ext_session_prompt_response_through_proxy_is_delivered() {
605+
async fn ext_session_prompt_response_through_proxy_does_not_panic() {
606606
let (_container, port) = start_nats().await;
607607
let nats1 = nats_client(port).await;
608608
let nats2 = nats_client(port).await;

0 commit comments

Comments
 (0)