diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-03-19 13:57:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-19 13:57:29 +0000 |
commit | 8d2cd45bf8d3d08b8213aa2b38847f1180eea6d3 (patch) | |
tree | 9b45406752c8f001822ed84aa63c1669386b89c0 /src/test | |
parent | 0c5293804eac938b6528f2afe293f3992764b651 (diff) | |
parent | 8f95f6c9359c3551c6c6f28eb997ce03bba46bb1 (diff) |
Merge "Fix tosca parser"
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/tosca/tosca_example.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/tosca/tosca_example.yaml b/src/test/resources/tosca/tosca_example.yaml index 571986cd..699cffd7 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 |