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

Corrected documentation in test '056_03.robot'

parent 8104d563
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ ${registration_payload_file_path} csourceRegistrations/context-source-regi
*** Test Cases ***
056_03 Query The Context Consumer With Type
    [Tags]    dist-ops    e-query    5_7_2
    [Documentation]    Check that if one queries for type, entities on the Context Consumer and on a Context Source matching that type and with the same id get merged and returned as one entity
    [Documentation]    Check that entities on the Context Consumer and Context Source with the same id get merged and returned as one entity
    @{entities_id}=    Create List    ${entity_id}
    ${expected}=    Load JSON From File    ${EXECDIR}/data/entities/${entity_payload_filename}
    ${expected2}=    Load JSON From File    ${EXECDIR}/data/entities/${entity_payload_filename2}