Commit 508ea3b3 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Corrected expected response in test '057_01_03.robot'

parent e110fd8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -26,9 +26,9 @@ ${registration_payload_file_path} csourceRegistrations/context-source-regi
    Check Response Status Code    207    ${response.status_code}
    Check Response Status Code    207    ${response.status_code}
    Check Response Headers Containing URI set to    ${entity_id}    ${response.headers}
    Check Response Headers Containing URI set to    ${entity_id}    ${response.headers}
    
    
    ${length}=    Get Length    ${response.json()['notUpdated']}
    ${length}=    Get Length    ${response.json()['errors']}
    Should Be Equal As Integers    ${length}    2
    Should Be Equal As Integers    ${length}    2
    Should Be Empty    ${response.json()['updated']}
    Should Be Empty    ${response.json()['success']}


*** Keywords ***
*** Keywords ***
Setup Entity On Remote And Registration
Setup Entity On Remote And Registration