aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/policy_interface.robot
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-08-02 17:18:13 -0400
committerBrian Freeman <bf1936@att.com>2019-08-05 15:51:27 +0000
commit87b84d05616d54df459e8b2628717918d4c81da6 (patch)
treea44a88fb06d201cae98b148236117310368dc12c /robot/resources/policy_interface.robot
parent498057b5c15ca37c4980536aed23424251584007 (diff)
property cleanup and pnf cleanup
Issue-ID: TEST-184 Change-Id: I355c3de561dfb80334e881c884467116ad5ee25e Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/policy_interface.robot')
-rw-r--r--robot/resources/policy_interface.robot3
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/resources/policy_interface.robot b/robot/resources/policy_interface.robot
index dba8d3ea..57ac0da2 100644
--- a/robot/resources/policy_interface.robot
+++ b/robot/resources/policy_interface.robot
@@ -44,9 +44,8 @@ Run Policy Health Check
Run Drools Get Request
[Documentation] Runs Drools Get Request
[Arguments] ${data_path}
- ${auth}= Create List ${GLOBAL_DROOLS_USERNAME} ${GLOBAL_DROOLS_PASSWORD}
Log Creating session ${DROOLS_ENDPOINT}
- ${session}= Create Session policy ${DROOLS_ENDPOINT} auth=${auth}
+ ${session}= Create Session policy ${DROOLS_ENDPOINT} auth=${GLOBAL_DROOLS_AUTHENTICATION}
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
${resp}= Get Request policy ${data_path} headers=${headers}
Log Received response from policy ${resp.text}