fix flakey unit test 56/74356/2
authorKalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
Thu, 6 Dec 2018 20:50:14 +0000 (15:50 -0500)
committerKalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
Thu, 6 Dec 2018 20:52:53 +0000 (15:52 -0500)
Change-Id: Ie82a2ae1890a867d027b534c2a674fcd750b2a66
Issue-ID: SO-1289
Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
common/src/test/java/org/onap/so/client/dmaap/DmaapPublisherTest.java

index e1afa82..c0633c1 100644 (file)
@@ -45,7 +45,7 @@ public class DmaapPublisherTest {
 
         @Override
         public Optional<String> getHost() {
-            return Optional.of("http://localhost:8080");
+            return Optional.of("http://test");
         }
     };