Skip to content

Commit 1367ab9

Browse files
- Amended test.
1 parent 7b5234a commit 1367ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/robot/functional/mcp.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Start MCP Servers
5858

5959
Parse MCP JSON Output
6060
[Arguments] ${stdout}
61-
${parsed}= Evaluate __import__('json').loads(args[0]) ${stdout}
61+
${parsed}= Evaluate json.loads(r'''${stdout}''') json
6262
RETURN ${parsed}
6363

6464
*** Settings ***

0 commit comments

Comments
 (0)