diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2019-04-03 19:25:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-03 19:25:21 +0000 |
commit | e12620229c21cc52626dba8dd28795acc76d0415 (patch) | |
tree | a5e8c00c389c09303505d1bc89863d05b2dd5ed8 /cmso-robot/robot/resources/misc.robot | |
parent | 6325b6207b3d6d9f340e007ede27054db24ba06d (diff) | |
parent | 197ac552793961824491144dab0c711f575a459d (diff) |
Merge "Robot changes to support API changes"
Diffstat (limited to 'cmso-robot/robot/resources/misc.robot')
-rw-r--r-- | cmso-robot/robot/resources/misc.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmso-robot/robot/resources/misc.robot b/cmso-robot/robot/resources/misc.robot index 0dd15e9..fe0154d 100644 --- a/cmso-robot/robot/resources/misc.robot +++ b/cmso-robot/robot/resources/misc.robot @@ -22,7 +22,7 @@ Validate Status Validate JSON Error [Documentation] Fails if messageIds do not match. expected_errors should be a list but a string would likely work as well - [Arguments] ${resp_json} ${expected_errors} ${listVars} + [Arguments] ${resp_json} ${expected_errors} ${listVars}=[] ${result}= Get From Dictionary ${resp_json['requestError']} messageId ${variables}= Get From Dictionary ${resp_json['requestError']} variables Should Contain ${expected_errors} ${result} #checks expected_errors list for the actual error received from schedule |