Skip to content

Commit 65855cb

Browse files
committed
wip: mcp server execute code
1 parent f29b9b7 commit 65855cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp/run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ op.invoke({ path: { foo: 'val1', 'bar': 'val2' }})`,
333333
op.invoke()`,
334334
},
335335
)
336-
require.EqualError(t, err, "invoke request GET /{foo}/{bar}/pets failed: missing path parameter 'foo'")
336+
require.EqualError(t, err, "GoError: invoke request GET /{foo}/{bar}/pets failed: missing path parameter 'foo' at reflect.methodValueCall (native)")
337337
},
338338
},
339339
{

0 commit comments

Comments
 (0)