Counter improvements
[ric-plt/submgr.git] / pkg / control / ut_restendpoint_test.go
index cabae3c..9183d3b 100644 (file)
@@ -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)
        }
 }