Commit 3f761932 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(043_01): expect any status when deleting a CSR that should not exist

parent eda431b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,4 +89,4 @@ ${registration_filename}= csourceRegistrations/context-source-registration
    ${updated_payload}=    Update Value To JSON    ${payload}    $..id    ${registration_id}
    ${response}=    Create Context Source Registration With Return    ${updated_payload}
    Check Response Status Code    ${expected_status_code}    ${response.status_code}
    [Teardown]    Delete Context Source Registration    ${registration_id}
    [Teardown]    Delete Context Source Registration With Return    ${registration_id}