From 3256fa2ce9d99ae4b94ab202f5c36339e0159cc8 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 9 Mar 2020 11:23:35 +0100 Subject: Remove trailing spaces in robot scripts warning raised when using robotframework-linter Issue-ID: INT-1478 Signed-off-by: mrichomme Change-Id: I8eb97ef9e3651c0d8f9de6647ebc917d1addf9d0 Signed-off-by: mrichomme --- robot/resources/aaf_interface.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'robot/resources/aaf_interface.robot') diff --git a/robot/resources/aaf_interface.robot b/robot/resources/aaf_interface.robot index 3e1f3e42..28da33d2 100644 --- a/robot/resources/aaf_interface.robot +++ b/robot/resources/aaf_interface.robot @@ -1,7 +1,7 @@ *** Settings *** Documentation The main interface for interacting with AAF. It handles low level stuff like managing the http request library and AAF required fields Library RequestsLibrary -Library ONAPLibrary.Utilities +Library ONAPLibrary.Utilities Resource global_properties.robot @@ -11,10 +11,10 @@ ${AAF_HEALTH_CHECK_PATH} /authz/perms/user/${GLOBAL_AAF_USERNAME} *** Keywords *** Run AAF Health Check [Documentation] Runs AAF Health check - ${resp}= Run AAF Get Request ${AAF_HEALTH_CHECK_PATH} + ${resp}= Run AAF Get Request ${AAF_HEALTH_CHECK_PATH} Should Be Equal As Strings ${resp.status_code} 200 #Should Contain ${resp.json()} access - + Run AAF Get Request [Documentation] Runs AAF Get request [Arguments] ${data_path} -- cgit 1.2.3-korg