X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fnbi%2Fhttpgetter_test.go;h=088917e701ff9fd45fdaf933d60769bb1d668646;hb=refs%2Fchanges%2F94%2F2094%2F3;hp=0dc65a29908f9aa7b5fe18ed6f58ae2a75bc05a7;hpb=761934a3d9f7a1426d1e14e34fb9a4c16599a237;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 {