Skip to content

Commit dad654e

Browse files
committed
codex: fix CI failure on PR #14853
1 parent af61c1a commit dad654e

File tree

1 file changed

+1
-0
lines changed
  • codex-rs/app-server-client/src

1 file changed

+1
-0
lines changed

codex-rs/app-server-client/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ mod tests {
11651165
client.shutdown().await.expect("shutdown should complete");
11661166
}
11671167

1168+
#[tokio::test]
11681169
async fn remote_connect_includes_auth_header_when_configured() {
11691170
let auth_token = "remote-bearer-token".to_string();
11701171
let websocket_url = start_test_remote_server_with_auth(

0 commit comments

Comments
 (0)