From: Kalkere Ramesh, Sharan (sk720x) Date: Thu, 6 Dec 2018 20:50:14 +0000 (-0500) Subject: fix flakey unit test X-Git-Tag: 1.4.1~437^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9ccb423eed8e6833f841eead00a75f913705bfdf;p=so.git fix flakey unit test Change-Id: Ie82a2ae1890a867d027b534c2a674fcd750b2a66 Issue-ID: SO-1289 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) --- diff --git a/common/src/test/java/org/onap/so/client/dmaap/DmaapPublisherTest.java b/common/src/test/java/org/onap/so/client/dmaap/DmaapPublisherTest.java index e1afa82e1e..c0633c1cca 100644 --- a/common/src/test/java/org/onap/so/client/dmaap/DmaapPublisherTest.java +++ b/common/src/test/java/org/onap/so/client/dmaap/DmaapPublisherTest.java @@ -45,7 +45,7 @@ public class DmaapPublisherTest { @Override public Optional getHost() { - return Optional.of("http://localhost:8080"); + return Optional.of("http://test"); } };