Commit ae6e46da authored by Benoit Orihuela's avatar Benoit Orihuela Committed by Andrea Il Grande
Browse files

chore: apply Robotidy to all Robot files

parent edf13e58
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ ${registration_id_prefix} urn:ngsi-ld:Registration:
${registration_payload_file_path}       csourceRegistrations/context-source-registration-vehicle-entities.jsonld



*** Test Cases ***
D011_01_03_inc Query The Context Broker With Type and Attribute
    [Documentation]    Check that if one queries for attribute present in an entity on a Context Source, only that entity gets returned
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ D010_01_inc Retrieve entity on a Context Source from the Context Broker
    Check Response Status Code    200    ${response.status_code}



*** Keywords ***
Setup Registration And Start Context Source Mock Server
    ${entity_id}=    Generate Random Entity Id    ${entity_id_prefix}
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ D001_03_02_inc Create entity already existing on both Context Broker and Context
    Check JSON Value In Response Body    ['status']    409    ${response.json()['errors'][1]['error']}



*** Keywords ***
Create Entity And Registration On The Context Broker And Start Context Source Mock Server
    ${entity_id}=    Generate Random Entity Id   ${entity_id_prefix}
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ D002_02_02_inc Delete Entity On a Context Source
    Should Be Equal As Integers    ${length}    1



*** Keywords ***
Setup Registration And Start Context Source Mock Server
    ${entity_id}=    Generate Random Entity Id    ${entity_id_prefix}
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ ${registration_payload_file_path} csourceRegistrations/context-source-regi
${fragment_filename}                    vehicle-brandname-complete-fragment.jsonld



*** Test Cases ***
D004_01_inc Query The Context Broker With Type
    [Documentation]    Check that if one request the Context Broker to update an entity that matches an inclusive registration, this is updated on the Context Source too
Loading