DocumentationCheck that you cannot a retrieve Context Source Registration, if the context source registration id is not present or it is not a valid URI
Test TemplateRetrieve Context Source Registration With A Not Present Or Invalid Id
*** Test Cases *** ID
Not Present Id${EMPTY}
Invalid IdinvalidUri
*** Keywords ***
Retrieve Context Source Registration With A Not Present Or Invalid Id
[Arguments]${id}
[Documentation]Check that you cannot a retrieve Context Source Registration, if the context source registration id is not present or it is not a valid URI
[Tags]mandatory
Retrieve Context Source Registration${id}
Check Response Status Code Set To400
Check Response Body Containing ProblemDetails Element Containing Type Element set to${response}${ERROR_TYPE_BAD_REQUEST_DATA}
Check Response Body Containing ProblemDetails Element Containing Title Element${response}
DocumentationCheck that you cannot retrieve a Context Source Registration, if the NGSI-LD endpoint does not know about the target context source registration, because there is no existing context source registration whose id (URI) is equivalent
[Documentation]Check that you cannot retrieve a Context Source Registration, if the NGSI-LD endpoint does not know about the target context source registration, because there is no existing context source registration whose id (URI) is equivalent