diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-03-09 11:23:35 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-04-05 11:05:58 +0200 |
commit | 3256fa2ce9d99ae4b94ab202f5c36339e0159cc8 (patch) | |
tree | c1285a287708e03ba3e279b78db88198dea3ab26 /robot/resources/aai | |
parent | 021a5ae19631c3e8e641c497ebd2783538d29c3e (diff) |
Remove trailing spaces in robot scripts
warning raised when using robotframework-linter
Issue-ID: INT-1478
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I8eb97ef9e3651c0d8f9de6647ebc917d1addf9d0
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'robot/resources/aai')
-rw-r--r-- | robot/resources/aai/create_tenant.robot | 3 | ||||
-rw-r--r-- | robot/resources/aai/models.robot | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/robot/resources/aai/create_tenant.robot b/robot/resources/aai/create_tenant.robot index 9a4ad68c..5dc34536 100644 --- a/robot/resources/aai/create_tenant.robot +++ b/robot/resources/aai/create_tenant.robot @@ -89,6 +89,3 @@ Update Tenant Dictionary \ ${status} ${tenant_id}= Run Keyword And Ignore Error Get From Dictionary ${map} tenant-id \ Run Keyword If '${status}' == 'PASS' Set To Dictionary ${dict} ${tenant_id}=${map} Log ${dict} - - - diff --git a/robot/resources/aai/models.robot b/robot/resources/aai/models.robot index 4c392d6e..c8dd4bbd 100644 --- a/robot/resources/aai/models.robot +++ b/robot/resources/aai/models.robot @@ -11,7 +11,7 @@ ${MODELS_SPEC_PATH} /service-design-and-creation/models/ *** Keywords *** Validate Size Of AAI Models - [Documentation] Query and Validates A&AI Models + [Documentation] Query and Validates A&AI Models [Arguments] ${min_size}=100 ${resp}= AAI.Run Get Request ${AAI_FRONTEND_ENDPOINT} ${INDEX_PATH}${MODELS_SPEC_PATH} auth=${GLOBAL_AAI_AUTHENTICATION} Should Be Equal As Strings ${resp.status_code} 200 |