We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35f1c0 commit cc27dceCopy full SHA for cc27dce
acceptance/JSONLibrary.robot
@@ -59,9 +59,8 @@ TestInvalidSyntaxByJSONPath
59
[Documentation] Check that an invalid syntax fail the test and doesn't crash Robot
60
${value}= Get Value From Json ${json_obj_input} $.bankAccounts[?(@.amount>=100)].bank
61
Should Be Equal As Strings "${value}" "['WesternUnion', 'HSBC']"
62
-
63
- ${res}= Run Keyword And return status Get Value From Json ${json_obj} $.bankAccounts[?(@.amount=>100)].bank
64
- Should Not Be True ${res}
+ Run Keyword And Expect Error Parser failed to understand syntax *
+ ... Get Value From Json ${json_obj_input} $.bankAccounts[?(@.amount=>100)].bank
65
66
TestDeleteObjectByJSONPath
67
[Documentation] Delete object from json object using JSONPath
0 commit comments