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",