From 8f95f6c9359c3551c6c6f28eb997ce03bba46bb1 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 19 Mar 2019 11:10:19 +0100 Subject: Fix tosca parser Fix the parser so that we support the new tosca policy discussed Issue-ID: CLAMP-186 Change-Id: I3051dddf749f1969f8b1d12d726c65f6aad48d51 Signed-off-by: sebdet --- src/test/resources/tosca/tosca_example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources') diff --git a/src/test/resources/tosca/tosca_example.yaml b/src/test/resources/tosca/tosca_example.yaml index 571986cda..699cffd7e 100644 --- a/src/test/resources/tosca/tosca_example.yaml +++ b/src/test/resources/tosca/tosca_example.yaml @@ -8,7 +8,7 @@ policy_types: version: 1.0.0 properties: tca_policy: - type: list + type: map description: TCA Policy JSON entry_schema: type: onap.datatypes.monitoring.tca_policy -- cgit 1.2.3-korg