X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pm-file-converter%2Fcommon%2Futils%2Futils_test.go;h=166a27e606432c939c66c4c3260d6d1b9c47508c;hb=6e3dc81c76fc88e000b83c35282d3db823f815a3;hp=2cf3f1f0b28d24d2c7a60e11dc899f80baea2ac2;hpb=4dd29883b619182fb43ebc4565266831d2a3b79e;p=nonrtric%2Fplt%2Franpm.git diff --git a/pm-file-converter/common/utils/utils_test.go b/pm-file-converter/common/utils/utils_test.go index 2cf3f1f..166a27e 100644 --- a/pm-file-converter/common/utils/utils_test.go +++ b/pm-file-converter/common/utils/utils_test.go @@ -20,7 +20,7 @@ func TestSend_http_request(t *testing.T) { validate := func(t *testing.T, tc *testCase) { t.Run(tc.Name, func(t *testing.T) { - actualBool := Send_http_request(tc.Json, tc.Method, tc.Url, tc.Retry, tc.UseAuth) + actualBool := SendHttpRequest(tc.Json, tc.Method, tc.Url, tc.Retry, tc.UseAuth) assert.Equal(t, tc.ExpectedBool, actualBool) })