diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-12-20 09:55:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-20 09:55:45 +0000 |
commit | e70bf5c909a4d5abcbc7adcbb4aa120c2e045660 (patch) | |
tree | 2622919eb5c86d6400cab8ff35795bd8c75cd730 /models/src/test/resources/providers/TestAutomationCompositions.json | |
parent | ba5988ab370f3dc5e5214823046e897d25aba0bf (diff) | |
parent | e18a523f4fc8075dc5022871fa96ca8754c2c979 (diff) |
Merge "Refactor instanceId as primary key in JpaAutomationComposition"
Diffstat (limited to 'models/src/test/resources/providers/TestAutomationCompositions.json')
-rw-r--r-- | models/src/test/resources/providers/TestAutomationCompositions.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/models/src/test/resources/providers/TestAutomationCompositions.json b/models/src/test/resources/providers/TestAutomationCompositions.json index 286759988..bf1d76fbc 100644 --- a/models/src/test/resources/providers/TestAutomationCompositions.json +++ b/models/src/test/resources/providers/TestAutomationCompositions.json @@ -7,7 +7,7 @@ "orderedState": "UNINITIALISED", "elements": { "709c62b3-8918-41b9-a747-e21eb79c6c20": { - "id": "709c62b3-8918-41b9-a747-d21eb79c6c20", + "id": "709c62b3-8918-41b9-a747-e21eb79c6c20", "definition": { "name": "org.onap.domain.pmsh.PMSH_DCAEMicroservice", "version": "1.2.3" @@ -21,7 +21,7 @@ "description": "DCAE automation composition element for the PMSH instance 0 automation composition" }, "709c62b3-8918-41b9-a747-e21eb79c6c21": { - "id": "709c62b3-8918-41b9-a747-d21eb79c6c21", + "id": "709c62b3-8918-41b9-a747-e21eb79c6c21", "definition": { "name": "org.onap.domain.pmsh.PMSH_MonitoringPolicyAutomationCompositionElement", "version": "1.2.3" @@ -35,7 +35,7 @@ "description": "Monitoring Policy element for the PMSH instance 0 automation composition" }, "709c62b3-8918-41b9-a747-e21eb79c6c22": { - "id": "709c62b3-8918-41b9-a747-d21eb79c6c22", + "id": "709c62b3-8918-41b9-a747-e21eb79c6c22", "definition": { "name": "org.onap.domain.pmsh.PMSH_OperationalPolicyAutomationCompositionElement", "version": "1.2.3" @@ -49,7 +49,7 @@ "description": "Operational Policy element for the PMSH instance 0 automation composition" }, "709c62b3-8918-41b9-a747-e21eb79c6c23": { - "id": "709c62b3-8918-41b9-a747-d21eb79c6c23", + "id": "709c62b3-8918-41b9-a747-e21eb79c6c23", "definition": { "name": "org.onap.domain.pmsh.PMSH_CDS_AutomationCompositionElement", "version": "1.2.3" |