mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
[codex-app-server] test stable native integrity state bridge [ci changed_files]
This commit is contained in:
@@ -25,7 +25,7 @@ async fn native_integrity_state_bridge_reads_writes_rotates_and_clears_surface_s
|
||||
let codex_home = TempDir::new()?;
|
||||
let mut mcp = TestAppServer::new(codex_home.path()).await?;
|
||||
let initialized = mcp
|
||||
.initialize_with_client_info(client_info("codex_desktop_ssh"))
|
||||
.initialize_with_capabilities(client_info("codex_desktop_ssh"), /*capabilities*/ None)
|
||||
.await?;
|
||||
let JSONRPCMessage::Response(_) = initialized else {
|
||||
anyhow::bail!("expected initialize response, got {initialized:?}");
|
||||
|
||||
Reference in New Issue
Block a user