Skip to content
Permalink
20da1a7215
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 526 Bytes
*** 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