From ab9bc444f84f2cbb89747543657de3a54e4554b8 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 23 Apr 2020 03:01:37 +0200 Subject: Fix entityId bug A user defined entry has been added to the entity id by default, so that json editor falls back to that value when re-editing the policies Issue-ID: CLAMP-829 Signed-off-by: sebdet Change-Id: I593163f87df9f97a19964428bf2016154dc9576d --- .../resources/tosca/operational-policy-cds-payload-with-list.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/test/resources/tosca/operational-policy-cds-payload-with-list.json') diff --git a/src/test/resources/tosca/operational-policy-cds-payload-with-list.json b/src/test/resources/tosca/operational-policy-cds-payload-with-list.json index 13b468ea0..81f21d07b 100644 --- a/src/test/resources/tosca/operational-policy-cds-payload-with-list.json +++ b/src/test/resources/tosca/operational-policy-cds-payload-with-list.json @@ -371,6 +371,10 @@ } } }, + { + "title": "User defined", + "properties": {} + }, { "title": "VNF-vLoadBalancerMS 0", "properties": { -- cgit 1.2.3-korg