Commit c6340664 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Corrected status code from 207 to 204 in test '058_01_01.robot'

parent c195e7c3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,8 +29,7 @@ ${fragment_filename} vehicle-brandname-fragment.jsonld
    ...    ${entity_id}
    ...    ${fragment_filename}
    ...    ${CONTENT_TYPE_LD_JSON}
    Check Response Status Code    207    ${response.status_code}    
    Check Response Headers Containing URI set to    ${entity_id}    ${response.headers}
    Check Response Status Code    204    ${response.status_code}    

    @{entities_id}=    Create List    ${entity_id}
    ${response}=    Query Entities    entity_types=Vehicle    url_type=${remote_url}