Commit 8065f28e authored by Benedetta Arena's avatar Benedetta Arena
Browse files

fix: delete commented line

parent 6d6f9eb6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ Create Context Source Registration
Create Context Source Registration With Return
    [Arguments]    ${payload}    ${content_type}=${CONTENT_TYPE_LD_JSON}    ${context}=${EMPTY}    ${accept}=${EMPTY}    ${broker_url}=${EMPTY}
    &{headers}=    Create Dictionary    Content-Type=${content_type}
    # Se broker_url non è passato, usa la variabile globale ${url}
    ${final_url}=    Set Variable If    '${broker_url}' != ''    ${broker_url}    ${url}
    IF    '${accept}'!=''
        Set To Dictionary    ${headers}    Accept=${context}