Commit 7475ef07 authored by poujol's avatar poujol
Browse files

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

parent 185972f0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,6 @@ Query several entities based on ids
    ...    ${response.json()}
    ...    ${response.json()}





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





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





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




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





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