Commit 8104d563 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Corrected documentation in test '056_01_02.robot'

parent 34aefc89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-complete.jsonld

*** Test Cases ***
056_01_02 Query The Context Consumer With Type Locally
056_01_02 Query The Context Consumer With Local Flag
    [Tags]    dist-ops    e-query    5_7_2
    [Documentation]    Check that if one queries for type with local flag, no entity gets returned
    [Documentation]    Check that if one queries with the local flag, no entity from Context Source gets returned
    ${response}=    Query Entities    entity_types=Vehicle    context=${ngsild_test_suite_context}    local=true
    Check Response Status Code    200    ${response.status_code}
    Should Be Empty    ${response.json()}