Skip to content

Commit af8f88b

Browse files
- REfined tests.
1 parent f45d360 commit af8f88b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/robot/functional/mcp.robot

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ MCP HTTPS List Providers Canonical
422422
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-list-providers-canonical-stderr.txt
423423
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
424424
Dictionary Should Contain Key ${meta_rels_obj} rows
425-
Should Not Be Empty ${meta_rels_obj[rows]}
425+
Should Not Be Empty ${meta_rels_obj['rows']}
426426

427427
MCP HTTPS List Services Canonical
428428
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
@@ -442,7 +442,7 @@ MCP HTTPS List Services Canonical
442442
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-list-services-canonical-stderr.txt
443443
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
444444
Dictionary Should Contain Key ${meta_rels_obj} rows
445-
Should Not Be Empty ${meta_rels_obj[rows]}
445+
Should Not Be Empty ${meta_rels_obj['rows']}
446446

447447
MCP HTTPS List Resources Canonical
448448
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
@@ -462,7 +462,7 @@ MCP HTTPS List Resources Canonical
462462
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-list-resources-canonical-stderr.txt
463463
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
464464
Dictionary Should Contain Key ${meta_rels_obj} rows
465-
Should Not Be Empty ${meta_rels_obj[rows]}
465+
Should Not Be Empty ${meta_rels_obj['rows']}
466466

467467

468468
MCP HTTPS List Methods Canonical
@@ -483,7 +483,7 @@ MCP HTTPS List Methods Canonical
483483
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-list-methods-canonical-stderr.txt
484484
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
485485
Dictionary Should Contain Key ${meta_rels_obj} rows
486-
Should Not Be Empty ${meta_rels_obj[rows]}
486+
Should Not Be Empty ${meta_rels_obj['rows']}
487487

488488

489489
MCP HTTPS Describe Table Canonical
@@ -504,7 +504,7 @@ MCP HTTPS Describe Table Canonical
504504
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-describe-table-canonical-stderr.txt
505505
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
506506
Dictionary Should Contain Key ${meta_rels_obj} rows
507-
Should Not Be Empty ${meta_rels_obj[rows]}
507+
Should Not Be Empty ${meta_rels_obj['rows']}
508508

509509
MCP HTTPS Server Validate Canonical
510510
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
@@ -524,7 +524,7 @@ MCP HTTPS Server Validate Canonical
524524
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-validate-canonical-stderr.txt
525525
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
526526
Dictionary Should Contain Key ${meta_rels_obj} rows
527-
Length Should Be ${meta_rels_obj[rows]} 1
527+
Length Should Be ${meta_rels_obj['rows']} 1
528528

529529
MCP HTTPS Server Query Canonical
530530
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available
@@ -544,7 +544,7 @@ MCP HTTPS Server Query Canonical
544544
... stderr=${CURDIR}${/}tmp${/}MCP-HTTPS-Query-canonical-stderr.txt
545545
${meta_rels_obj}= Parse MCP JSON Output ${meta_rels.stdout}
546546
Dictionary Should Contain Key ${meta_rels_obj} rows
547-
Length Should Be ${meta_rels_obj[rows]} 7
547+
Length Should Be ${meta_rels_obj['rows']} 7
548548

549549
MCP HTTPS Server Exec Query Canonical
550550
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Some platforms do not have the MCP client available

0 commit comments

Comments
 (0)