From 8a86b65ee9953ec53e2987809d6054c1b537a547 Mon Sep 17 00:00:00 2001 From: Gustavo Lopes Date: Thu, 1 Apr 2021 17:46:27 +0100 Subject: [PATCH] fixed 043_05 --- TP/NGSI-LD/CommonBehaviours/043.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TP/NGSI-LD/CommonBehaviours/043.robot b/TP/NGSI-LD/CommonBehaviours/043.robot index 8d786bd8..9635a7eb 100644 --- a/TP/NGSI-LD/CommonBehaviours/043.robot +++ b/TP/NGSI-LD/CommonBehaviours/043.robot @@ -77,12 +77,12 @@ ${registration_filename}= csourceRegistrations/context-source-registration-unre [Documentation] Verify throwing 503 – LDContextNotAvaliable error if remote JSON-LD @context cannot be retrieved (Create context source registration) [Tags] csr-create 5_2_2 - ${registration_id_prefix}= Generate Random Entity Id ${registration_id_prefix} + ${registration_id}= Generate Random Entity Id ${registration_id_prefix} ${payload}= Load Json From File ${EXECDIR}/data/${registration_filename} - ${updated_payload}= Update Value To Json ${payload} $..id ${registration_id_prefix} + ${updated_payload}= Update Value To Json ${payload} $..id ${registration_id} ${request} ${response}= Create Context Source Registration With Return ${updated_payload} Check Response Status Code ${expected_status_code} ${response['status']} Check Response Headers Containing URI set to ${request['path']}/ ${registration_id} ${response} - [Teardown] Delete Context Source Registration ${registration_id_prefix} \ No newline at end of file + [Teardown] Delete Context Source Registration ${registration_id} \ No newline at end of file -- GitLab