From 108b796d213615e1fea670f1eb06c920d8ff4cf7 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 25 May 2026 03:39:08 +0000 Subject: [PATCH] test preserve gateway dispatch operation id --- internal/cloud/json-rpc.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cloud/json-rpc.test.mjs b/internal/cloud/json-rpc.test.mjs index 827b8dde..e099495a 100644 --- a/internal/cloud/json-rpc.test.mjs +++ b/internal/cloud/json-rpc.test.mjs @@ -103,7 +103,6 @@ test("JSON-RPC invalid meta reports unknown serviceId reason without leaking sec method: "hardware.invoke.shell", params: { projectId: "prj_mvp_topology", - operationId: "op_gateway_timeout_requested", gatewaySessionId: "gws_DESKTOP-1MHOD9I", resourceId: "res_windows_host", capabilityId: "cap_windows_cmd_exec", @@ -135,6 +134,7 @@ test("hardware.invoke.shell dispatch timeout honors requested gateway shell time method: "hardware.invoke.shell", params: { projectId: "prj_mvp_topology", + operationId: "op_gateway_timeout_requested", gatewaySessionId: "gws_DESKTOP-1MHOD9I", resourceId: "res_windows_host", capabilityId: "cap_windows_cmd_exec",