We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af61c1a commit dad654eCopy full SHA for dad654e
1 file changed
codex-rs/app-server-client/src/lib.rs
@@ -1165,6 +1165,7 @@ mod tests {
1165
client.shutdown().await.expect("shutdown should complete");
1166
}
1167
1168
+ #[tokio::test]
1169
async fn remote_connect_includes_auth_header_when_configured() {
1170
let auth_token = "remote-bearer-token".to_string();
1171
let websocket_url = start_test_remote_server_with_auth(
0 commit comments