Commit af39a712 authored by Benedetta Arena's avatar Benedetta Arena
Browse files

fix: update endpoint references in CreateEntity tests

parent 35feb980
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ Create Entity And Registration On The Context Broker And Start Context Source Mo
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id}
    ...    mode=exclusive
    ...    endpoint=/broker1
    ...    endpoint=${context_source_url}/broker1
    ${response}=    Create Context Source Registration With Return    ${registration_payload}
    Check Response Status Code    201    ${response.status_code}

+2 −2
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ Setup Entity Id And Registration And Start Context Source Mock Server
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id}
    ...    mode=redirect
    ...    endpoint=/broker1
    ...    endpoint=${context_source_url}/broker1
    ${response}=    Create Context Source Registration With Return    ${registration_payload}
    Check Response Status Code    201    ${response.status_code}

@@ -60,7 +60,7 @@ Setup Entity Id And Registration And Start Context Source Mock Server
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id2}
    ...    mode=redirect
    ...    endpoint=/broker2
    ...    endpoint=${context_source_url}/broker2
    ${response2}=    Create Context Source Registration With Return    ${registration_payload}
    Check Response Status Code    201    ${response2.status_code}
    
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ Create Entity And Registration On The Context Broker And Start Context Source Mo
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id}
    ...    mode=exclusive
    ...    endpoint=/broker1
    ...    endpoint=${context_source_url}/broker1
    ${response}=    Create Context Source Registration With Return    ${registration_payload}
    Check Response Status Code    201    ${response.status_code}