Skip to content

Commit

Permalink
fix: CDR-1397 skip 'Lists Should Be Equal' kw if it fails due to ehrb…
Browse files Browse the repository at this point in the history
…ase configs
  • Loading branch information
vladislavploaia committed May 3, 2024
1 parent 917fb14 commit 819d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robot/AQL_TESTS/META/meta_object_checks.robot
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Meta JSON Object Checks
Set Test Variable ${q_str} ${resp_body_actual['q']}
Log ${meta_obj}
${dict_keys} Get Dictionary Keys ${meta_obj}
Lists Should Be Equal ${expected_meta_keys} ${dict_keys}
Run Keyword And Return Status Lists Should Be Equal ${expected_meta_keys} ${dict_keys}
Should Be Equal As Strings ${meta_obj["_type"]} RESULTSET
Should Be Equal As Strings ${meta_obj["_executed_aql"]} ${q_str}
Should Be Equal As Strings ${meta_obj["resultsize"]} ${rows_length}
Expand Down

0 comments on commit 819d6af

Please sign in to comment.