summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/dcae/common/EventProcessorTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/onap/dcae/common/EventProcessorTest.java')
-rw-r--r--src/test/java/org/onap/dcae/common/EventProcessorTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/java/org/onap/dcae/common/EventProcessorTest.java b/src/test/java/org/onap/dcae/common/EventProcessorTest.java
index e23a3df..406a0fe 100644
--- a/src/test/java/org/onap/dcae/common/EventProcessorTest.java
+++ b/src/test/java/org/onap/dcae/common/EventProcessorTest.java
@@ -92,6 +92,8 @@ public class EventProcessorTest {
PersistentEventConnection p = new PersistentEventConnection("","",true, "",
"","","","1234646346", acClr);
+ p.getEventParamMapValue("restapiUrl");
+ p.modifyEventParamMap("restapiUrl", "10.118.191.43:26335");
RestConfCollector.fProcessingInputQueue = new LinkedBlockingQueue<>(4);
RestConfCollector.fProcessingInputQueue.offer(new EventData(p, new JSONObject("{}")));
RestConfCollector.fProcessingInputQueue.offer(new EventData(null, null));