Permalink
Cannot retrieve contributors at this time
md-query-saml-uat/InCommon.robot
Go to file*** Settings *** | |
Resource MDQ.robot | |
Variables variables.py | |
*** Test Cases *** | |
URL-Style Entity ID | |
[Documentation] GET an entity with a URL-style entityID | |
${resp}= Get Entity baseUrl=${BASE_URL} identifier=${INC_ENTITY_ID_URL_ENCODED} | |
Should Be Equal As Strings ${resp.status_code} 200 | |
URN-Style Entity ID | |
[Documentation] GET an entity with a URN-style entityID | |
${resp}= Get Entity baseUrl=${BASE_URL} identifier=${INC_ENTITY_ID_URN} | |
Should Be Equal As Strings ${resp.status_code} 200 |