diff options
Diffstat (limited to 'tests/dcaegen2/testcases/resources/dcae_keywords.robot')
-rw-r--r-- | tests/dcaegen2/testcases/resources/dcae_keywords.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dcaegen2/testcases/resources/dcae_keywords.robot b/tests/dcaegen2/testcases/resources/dcae_keywords.robot index 0011ab88..89a87868 100644 --- a/tests/dcaegen2/testcases/resources/dcae_keywords.robot +++ b/tests/dcaegen2/testcases/resources/dcae_keywords.robot @@ -167,7 +167,8 @@ Send Request And Expect Error Run Healthcheck [Documentation] Run Healthcheck + [Arguments] ${session} ${uuid}= Generate UUID ${headers}= Create Dictionary Accept=*/* X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID} - ${resp}= Get Request ${http_session} /healthcheck headers=${headers} + ${resp}= Get Request ${session} /healthcheck headers=${headers} Should Be Equal As Strings ${resp.status_code} 200 |