Commit fe187e1b authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: ignore order when comparing list of entities ids in responses

parent 1801163d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ Check Response Body Containing Entities URIS set to
        Append To List    ${response_entities_ids}    ${entity['id']}
    END

    Lists Should Be Equal    ${expected_entities_ids}    ${response_entities_ids}
    Lists Should Be Equal    ${expected_entities_ids}    ${response_entities_ids}   ignore_order=True

Check Response Body Content
    [Arguments]    ${expectation_filename}    ${response_body}    ${additional_ignored_path}=${EMPTY}