diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-11-10 08:09:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-10 08:09:33 +0000 |
commit | e920b54e30c58f117d0c021ca82301900c9d5541 (patch) | |
tree | 2a10cfabcec7fc6c02da659b36977295faa906c6 /participant | |
parent | cbdbb2458139ec55b6a80bb4b745d5f8b7c9f3bf (diff) | |
parent | d17e8f4bec4dc158cb206199d153e85f49e5d53c (diff) |
Merge "Code Coverage clamp common"
Diffstat (limited to 'participant')
-rw-r--r-- | participant/participant-impl/participant-impl-simulator/src/test/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/TestListenerUtils.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-simulator/src/test/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/TestListenerUtils.java b/participant/participant-impl/participant-impl-simulator/src/test/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/TestListenerUtils.java index c9848248e..9f6a31e28 100644 --- a/participant/participant-impl/participant-impl-simulator/src/test/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/TestListenerUtils.java +++ b/participant/participant-impl/participant-impl-simulator/src/test/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/TestListenerUtils.java @@ -191,7 +191,6 @@ public final class TestListenerUtils { ToscaServiceTemplate toscaServiceTemplate = testControlLoopRead(); // Add policies to the toscaServiceTemplate - List<ParticipantDefinition> participantDefinitionUpdates = new ArrayList<>(); for (Map.Entry<String, ToscaNodeTemplate> toscaInputEntry : toscaServiceTemplate.getToscaTopologyTemplate() .getNodeTemplates().entrySet()) { |