aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/aaf_interface.robot
diff options
context:
space:
mode:
Diffstat (limited to 'robot/resources/aaf_interface.robot')
-rw-r--r--robot/resources/aaf_interface.robot3
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/resources/aaf_interface.robot b/robot/resources/aaf_interface.robot
index b1bb004d..3e1f3e42 100644
--- a/robot/resources/aaf_interface.robot
+++ b/robot/resources/aaf_interface.robot
@@ -18,8 +18,7 @@ Run AAF Health Check
Run AAF Get Request
[Documentation] Runs AAF Get request
[Arguments] ${data_path}
- ${auth}= Create List ${GLOBAL_AAF_USERNAME} ${GLOBAL_AAF_PASSWORD}
- ${session}= Create Session aaf ${GLOBAL_AAF_SERVER} auth=${auth}
+ ${session}= Create Session aaf ${GLOBAL_AAF_SERVER} auth=${GLOBAL_AAF_AUTHENTICATION}
${uuid}= Generate UUID4
${headers}= Create Dictionary Accept=application/json Content-Type=application/json X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
${resp}= Get Request aaf ${data_path} headers=${headers}