Skip to content

Commit 7fb984c

Browse files
- Tune robot issue.
1 parent 3942843 commit 7fb984c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/robot/functional/mcp.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Resource ${CURDIR}/stackql.resource
33

44
*** Test Cases ***
55
MCP HTTP Server List Tools
6-
Pass Execution If "%{IS_DEB_TEST}" == "true" Debian testing does not have the MCP client available
6+
Pass Execution If "%{IS_DEB_TEST=false}" == "true" Debian testing does not have the MCP client available
77
${serverProcess}= Start Process ${STACKQL_EXE}
88
... mcp
99
... \-\-mcp.server.type\=http
@@ -18,5 +18,5 @@ MCP HTTP Server List Tools
1818
... stderr=${CURDIR}/tmp/MCP-HTTP-Server-List-Tools-stderr.txt
1919
Should Contain ${result.stdout} Get server information
2020
Should Be Equal As Integers ${result.rc} 0
21-
[Teardown] Terminate Process ${serverProcess} kill=True
21+
Terminate Process ${serverProcess} kill=True
2222

0 commit comments

Comments
 (0)