X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fnbi%2Fhttpgetter_test.go;h=088917e701ff9fd45fdaf933d60769bb1d668646;hb=6977ffdf72ad2e7bd5973f695f4b6ebb23630517;hp=0dc65a29908f9aa7b5fe18ed6f58ae2a75bc05a7;hpb=89c2cdeff5dc079ab1aca01e2e830a961095198f;p=ric-plt%2Frtmgr.git diff --git a/pkg/nbi/httpgetter_test.go b/pkg/nbi/httpgetter_test.go index 0dc65a2..088917e 100644 --- a/pkg/nbi/httpgetter_test.go +++ b/pkg/nbi/httpgetter_test.go @@ -33,7 +33,6 @@ import ( "net" "net/http" "net/http/httptest" - "routing-manager/pkg/rtmgr" "testing" ) @@ -51,7 +50,6 @@ func TestFetchXappListInvalidData(t *testing.T) { func TestFetchXappListWithInvalidData(t *testing.T) { var expected = 0 - rtmgr.SetLogLevel("debug") b := []byte(`{"ID":"deadbeef1234567890", "Version":0, "EventType":"all"}`) l, err := net.Listen("tcp", "127.0.0.1:3000") if err != nil {