From c3ebcdbdf11ecd70778ee7efa63b6221579d1d51 Mon Sep 17 00:00:00 2001 From: ebo Date: Sat, 24 Aug 2019 11:37:59 +0000 Subject: UAT: fix validation of request headers Change-Id: I9725be21b421f2890cce2ef76bbe5c371ab5b46e Issue-ID: CCSDK-1639 Signed-off-by: ebo --- .../blueprint-model/uat-blueprints/pnf_config/Tests/uat.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'components/model-catalog/blueprint-model/uat-blueprints') diff --git a/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Tests/uat.yaml b/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Tests/uat.yaml index 789659eb2..3a5903c49 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Tests/uat.yaml +++ b/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Tests/uat.yaml @@ -96,7 +96,8 @@ external-services: - request: method: PUT path: &configUri [ restconf/config, &nodeIdentifier [network-topology:network-topology/topology/topology-netconf/node, *pnfId]] - content-type: application/json + headers: + Content-Type: application/json body: node: - node-id: *pnfId @@ -124,7 +125,8 @@ external-services: - request: method: PATCH path: [*configUri, *configletResourcePath] - content-type: application/yang.patch+json + headers: + Content-Type: application/yang.patch+json body: *assignPatch - request: method: DELETE -- cgit 1.2.3-korg