From b034c28362f0c5a4a3833594c6c914ad5d0fa589 Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 23 Feb 2018 18:33:19 -0500 Subject: cleaning up some dirty code and warnings from RED Issue-ID: TEST-79 Change-Id: Iadfe17079c4cf1aa4483464c748d2ab31244df63 Signed-off-by: DR695H --- robot/resources/aai/create_complex.robot | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'robot/resources/aai') diff --git a/robot/resources/aai/create_complex.robot b/robot/resources/aai/create_complex.robot index e1cc2271..185d44d5 100644 --- a/robot/resources/aai/create_complex.robot +++ b/robot/resources/aai/create_complex.robot @@ -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 -- cgit 1.2.3-korg