Commit 8f1b0213 authored by lopezaguilar's avatar lopezaguilar
Browse files

Merge branch 'bug/compare_dictionaries_ignoring_keys' into 'develop'

Correction Bug in Check Resource Set To...

See merge request !91
parents 2d2e2b11 9ee7c5c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -382,7 +382,7 @@ Check Resource Set To
    ...    ${expected_resource}
    ...    ${expected_resource}
    ...    ${response_body}
    ...    ${response_body}
    ...    ${ignored_keys}
    ...    ${ignored_keys}
    ...    ${group_by}
    ...    group_by=${group_by}
    Should Be Empty    ${comparison_result}    msg=${comparison_result.pretty()}
    Should Be Empty    ${comparison_result}    msg=${comparison_result.pretty()}


Check Created Resource Set To
Check Created Resource Set To