Tidy recently edited files
[integration/test.git] / csit / libraries / TopoprocessingKeywords.robot
index 14f035341031ce7e2fc5a2ff6bded795a58d1ec0..9fe3910d15f5139f222c84267f65362cb738a48e 100644 (file)
@@ -47,15 +47,15 @@ Send Basic Request And Test If Contain X Times
     [Return]    ${resp}
 
 Send Basic Delete Request
-    [Documentation]    Sends a HTTP/DELETE request to a given URL
     [Arguments]    ${url}
+    [Documentation]    Sends a HTTP/DELETE request to a given URL
     ${resp}    Delete Request    session    ${CONFIG_API}/${url}
     Log    Deleting ${CONFIG_API}/${url}
     [Return]    ${resp}
 
 Delete Underlay Node
-    [Documentation]    Deletes a node from an underlay topology
     [Arguments]    ${topology-id}    ${node-id}
+    [Documentation]    Deletes a node from an underlay topology
     ${resp}    Send Basic Delete Request    network-topology:network-topology/topology/${topology-id}/node/${node-id}
     [Return]    ${resp}