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

fix: correct response status code

parent be5a4081
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ D018_01 Loop Detection With Via Header
    ${expected_via_header}=    Get From Dictionary    ${payload}    Via

    ${response}=    Delete Entity    ${entity_id}
    Check Response Status Code    201    ${response.status_code}
    Check Response Status Code    508    ${response.status_code}

    Wait For Request
    ${response}=    Get Request Headers