Commit 91183f12 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed low level code for unprocessable entity

parent cbce6e36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ Send Patch request for individual NFV-MANO Performance Job - Etag mismatch
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}

Send Patch request for individual NFV_MANO Performance Job with unprocessable entity
Send Patch request for individual NFV_MANO Performance Job with unprocessable content
    Set Headers  {"Accept":"${ACCEPT_JSON}"} 
    Set Headers  {"Content-Type": "${CONTENT_TYPE_PATCH}"} 
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
@@ -479,7 +479,7 @@ Send Patch request for individual Performance Threshold - Etag mismatch
    ${output}=    Output    response
    Set Suite Variable    @{response}    ${output}

Send Patch request for individual Performance Threshold with unprocessable entity
Send Patch request for individual Performance Threshold with unprocessable content
    Log    Trying to PUT threshold
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_PATCH}"}