Skip to content

Commit

Permalink
fix: ignore uid properly
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed Sep 24, 2024
1 parent 203d7a9 commit 3520a51
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Execute Query
Set AQL And Execute Ad Hoc Query ${query}
Log ${expected_file}
${expected_result} Set Variable ${EXPECTED_JSON_DATA_SETS}/from/${expected_file}
${exclude_paths} Create List root['rows'][0][0]['uid'] root['meta']
${exclude_paths} Create List root['rows'][0][0]['uid'] root['rows'][1][0]['uid']
... root['rows'][2][0]['uid'] root['meta']
Length Should Be ${resp_body['rows']} ${nr_of_results}
${diff} compare json-string with json-file
... ${resp_body_actual} ${expected_result} exclude_paths=${exclude_paths}
Expand Down

0 comments on commit 3520a51

Please sign in to comment.