cleaning up some dirty code and warnings from RED
[testsuite.git] / robot / resources / aai / create_complex.robot
index e1cc227..185d44d 100644 (file)
@@ -60,12 +60,7 @@ Get Complex
 
 Get Complexes
     [Documentation]   Return all complexes
-    [Arguments]
        ${resp}=    Run A&AI Get Request     ${COMPLEX_INDEX_PATH}${ROOT_COMPLEXES_PATH}
     Should Be Equal As Strings         ${resp.status_code}     200
     Log    ${resp.json()}
-       [Return]  ${resp.json()}
-
-
-
-
+       [Return]  ${resp.json()}
\ No newline at end of file