Commit 3470225e authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Corrected status code from 404 to 409 in test '057_01_02.robot'

parent 77c8f9a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ ${registration_payload_file_path} csourceRegistrations/context-source-regi
    Check Response Status Code    207    ${response.status_code}
    Check Response Headers Containing URI set to    ${entity_id}    ${response.headers}
    
    Check JSON Value In Response Body    ['statusCode']    404    ${response.json()['notUpdated'][0]}
    Check JSON Value In Response Body    ['status']    409    ${response.json()['errors'][0]['error']}

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