Run Keyword If'${prev_link}'!='' and '${next_link}'!=''Lists Should Be Equal${response['headers']['Link']}${expected_links}ignore_order=True
Run Keyword If'${prev_link}'!='' and '${next_link}'!=''Lists Should Be Equal${response['headers']['Link'].replace(" ", "").split(',')}${expected_links}ignore_order=True
Run Keyword If'${prev_link}'!='' and '${next_link}'==''Should Be Equal${response['headers']['Link']}${prev_link}
Run Keyword If'${prev_link}'=='' and '${next_link}'!=''Should Be Equal${response['headers']['Link']}${next_link}