aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/apex-pdp/apex-pdp-test.robot
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-12-09 09:56:39 -0500
committerJim Hahn <jrh3@att.com>2019-12-10 12:24:10 -0500
commit25721ec832121ddb27f00e76f2673ac1089f3e20 (patch)
treecd6355032bec6e84833ad6dc1c9283f8a3fbd84c /tests/policy/apex-pdp/apex-pdp-test.robot
parent00c2b7e3b22215555d640d7fba959a1390512abb (diff)
Update CSITs for policy delta API
Issue-ID: POLICY-2284 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I85c613cd6f26dbccbca2ffc6173f4955ab890ce2
Diffstat (limited to 'tests/policy/apex-pdp/apex-pdp-test.robot')
-rw-r--r--tests/policy/apex-pdp/apex-pdp-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/policy/apex-pdp/apex-pdp-test.robot b/tests/policy/apex-pdp/apex-pdp-test.robot
index dcdf2d80..9956731d 100644
--- a/tests/policy/apex-pdp/apex-pdp-test.robot
+++ b/tests/policy/apex-pdp/apex-pdp-test.robot
@@ -60,7 +60,7 @@ DeployOperationalPolicy
Log Creating session https://${POLICY_PAP_IP}:6969
${session}= Create Session policy https://${POLICY_PAP_IP}:6969 auth=${auth}
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
- ${resp}= Post Request policy /policy/pap/v1/pdps data=${postjson} headers=${headers}
+ ${resp}= Post Request policy /policy/pap/v1/pdps/deployments/batch data=${postjson} headers=${headers}
Log Received response from policy5 ${resp.text}
${postjsonobject} To Json ${postjson}
Should Be Equal As Strings ${resp.status_code} 200