From 2e7c3b2bebe99ab1830272ee80ca4ecc16147d98 Mon Sep 17 00:00:00 2001 From: wahidw Date: Thu, 13 Aug 2020 15:59:55 +0530 Subject: [PATCH] Corrected failing test case Change-Id: I726bda95b508ada491b08c430388997e0c7f43dd Signed-off-by: wahidw --- pkg/sbi/nngpush_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sbi/nngpush_test.go b/pkg/sbi/nngpush_test.go index f2f8fe1..3acc56b 100644 --- a/pkg/sbi/nngpush_test.go +++ b/pkg/sbi/nngpush_test.go @@ -152,7 +152,7 @@ func TestCreateEndpoint(t *testing.T) { var rmrpush = RmrPush{} resetTestPushDataset(rmrpush, stub.ValidEndpoints1) rmrpush.CreateEndpoint("192.168.0.1:0","Src=192.168.0.1:4561") - rmrpush.CreateEndpoint("localhost:4560","Src=localhost:4561") + rmrpush.CreateEndpoint("localhost:4560","Src=192.168.11.1:4444") } /* Initialize and send policies -- 2.16.6