Commit 08f5731e authored by poujol's avatar poujol
Browse files

Merge branch...

Merge branch 'fix/forgot-to-use-argument-for-one-fonction-and-reformat-with-robotidy' into 'develop'

fix: forgot to use argument for one function, reformat some file and fix some errors

See merge request cim/ngsi-ld-test-suite!82
parents 185972f0 7475ef07
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ Query several entities based on ids
    ...    ${response.json()}



*** Keywords ***
Delete Entities
    Delete Entity by Id Returning Response    ${first_entity_id}
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ Query several entities based on the entities types
    ...    ${response.json()}



*** Keywords ***
Delete Entities
    Delete Entity by Id Returning Response    ${building_entity_id}
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ Query several entities based on the given id pattern
    ...    ${response.json()}



*** Keywords ***
Delete Entities
    Delete Entity by Id Returning Response    ${first_entity_id}
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ Query several entities based on attribute names
    ...    ${expectation_filename}
    ...    ${entities_ids_to_be_compared}
    ...    ${response.json()}
    [Teardown]    Delete Entities    ${first_entity_id}    ${second_entity_id}


*** Keywords ***
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ Query several entities based on a list of properties
    ...    ${response.json()}



*** Keywords ***
Delete Entities
    Delete Entity by Id Returning Response    ${first_entity_id}
Loading