diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-02-15 11:02:18 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-02-17 18:14:31 +0000 |
commit | 08ed2240b2389fbf83e9ed67cc65cc6fc628ea72 (patch) | |
tree | 604e1f85d640bc4c8015706b9620c09b7b9d7d46 /src/test | |
parent | 3718a16bedbc4a5ecf2593abcb2075238fa99767 (diff) |
Fix the Tosca Converter to Json Schema
The backend had to be slightly fixed so that the json generation without being in a loop is not an issue. This is required for the policies listing feature
Issue-ID: POLICY-2926
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia6a9e034f888384999a8ea557ce550c87c65c4be
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/http-cache/example/policy/api/v1/policytypes/onap.policies.Naming/versions/1.0.0/.file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/http-cache/example/policy/api/v1/policytypes/onap.policies.Naming/versions/1.0.0/.file b/src/test/resources/http-cache/example/policy/api/v1/policytypes/onap.policies.Naming/versions/1.0.0/.file index a44435111..a00692971 100644 --- a/src/test/resources/http-cache/example/policy/api/v1/policytypes/onap.policies.Naming/versions/1.0.0/.file +++ b/src/test/resources/http-cache/example/policy/api/v1/policytypes/onap.policies.Naming/versions/1.0.0/.file @@ -61,7 +61,7 @@ data_types: type: policy.data.increment-sequence required: false policy.data.increment-sequence: - derived_from: tosca.nodes.Root + derived_from: tosca.datatypes.Root properties: scope: type: list |