diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-04-17 16:11:02 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-04-17 16:11:02 +0530 |
commit | 5b0449965eb02b85463f79cd44742697a0f095e6 (patch) | |
tree | 2952803a937f736eae8ad9668ec680d88e83c95b /products/onap-dublin/features/policy | |
parent | eb8e385895eddc369323ebe3495538cb50bc79ba (diff) |
policy push fix
Issue-ID: CLI-154
Change-Id: I14e2255e0106551e02c3d10c6179cc2a97d7deed
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin/features/policy')
-rw-r--r-- | products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-push-schema-outdated-dublin.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-push-schema-outdated-dublin.yaml b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-push-schema-outdated-dublin.yaml index 016b7f77..fb327f8c 100644 --- a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-push-schema-outdated-dublin.yaml +++ b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-push-schema-outdated-dublin.yaml @@ -53,11 +53,6 @@ http: context: remove_empty_node: true body: '{"policyName": "${policy-name}", "policyType": "${policy-type}", "pdpGroup": "${policy-group}"}' - headers: - Content-Type: applicaton/json - Accept: text/plain - Environment: TEST - ClientAuth: cHl0aG9uOnRlc3Q= success_codes: - 200 |