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

Removed Location Header check in test '057_02_01.robot'

parent d6646752
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ ${registration_payload_file_path} csourceRegistrations/context-source-regi
    [Documentation]    Check that if one requests the Context Producer to create an entity that matches an inclusive registration but is malformed, this is created neither on the Context Producer nor on the Context Repository 
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}
    Check Response Status Code    400    ${response.status_code}
    Check Response Headers Containing URI set to    ${entity_id}    ${response.headers}

    ${response}=    Query Entities    entity_types=Vehicle    local=true    context=${ngsild_test_suite_context}
    Check Response Status Code    200    ${response.status_code}