Fix conflict in unit tests 04/88104/1
authordglFromAtt <dgl@research.att.com>
Mon, 20 May 2019 18:29:02 +0000 (14:29 -0400)
committerdglFromAtt <dgl@research.att.com>
Mon, 20 May 2019 18:29:08 +0000 (14:29 -0400)
Change-Id: I433213a61a9da64278e1ecaa25f067a36e99ce61
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1205

src/test/java/org/onap/dmaap/dbcapi/service/MR_ClusterServiceTest.java

index 6552037..228078c 100644 (file)
@@ -69,7 +69,7 @@ public class MR_ClusterServiceTest {
                String locname = "central-demo";
 
                DcaeLocationService dls = new DcaeLocationService();
-               DcaeLocation loc = new DcaeLocation( "CLLI1234", "central-onap", locname, "aZone", "10.10.10.0/24" );
+               DcaeLocation loc = new DcaeLocation( "CLLI1234", "some-onap", locname, "aZone", "10.10.10.0/24" );
                dls.addDcaeLocation( loc );
 
                ApiError err = new ApiError();