X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fut_restendpoint_test.go;h=9183d3bcf57950386c6a19e9443347816602e5f9;hb=316d8a176feac5e67dcaa360c0f5996e87b32904;hp=cabae3cc7186145b3c1ffdaa585b03884845f8e3;hpb=5d4f68f1b4cf03646bafeb98cea13a4c57e56a65;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/ut_restendpoint_test.go b/pkg/control/ut_restendpoint_test.go index cabae3c..9183d3b 100644 --- a/pkg/control/ut_restendpoint_test.go +++ b/pkg/control/ut_restendpoint_test.go @@ -48,10 +48,10 @@ func TestRestEndpointOk(t *testing.T) { t.Errorf("Mismatching return value: %s - ecpected NIL", err) } if httpEndPoint != expectedHttpEndpoint { - t.Errorf("Mismatching httpEndpoint: %s - ecpected %s", httpEndPoint, expectedHttpEndpoint) + t.Errorf("Mismatching httpEndpoint: %s - expected %s", httpEndPoint, expectedHttpEndpoint) } if rmrEndPoint != expectedRmrEndpoint { - t.Errorf("Mismatching httpEndpoint: %s - ecpected %s", httpEndPoint, expectedHttpEndpoint) + t.Errorf("Mismatching httpEndpoint: %s - expected %s", httpEndPoint, expectedHttpEndpoint) } }