NONRTRIC-946: Make GET for GetApfIdServiceApis stateless
[nonrtric/plt/sme.git] / capifcore / internal / restclient / mocks / HTTPClient.go
index 7d0064a..6d65026 100644 (file)
@@ -1,4 +1,4 @@
-// Code generated by mockery v2.20.0. DO NOT EDIT.
+// Code generated by mockery v2.35.4. DO NOT EDIT.
 
 package mocks
 
@@ -65,13 +65,12 @@ func (_m *HTTPClient) Get(url string) (*http.Response, error) {
        return r0, r1
 }
 
-type mockConstructorTestingTNewHTTPClient interface {
+// NewHTTPClient creates a new instance of HTTPClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
+// The first argument is typically a *testing.T value.
+func NewHTTPClient(t interface {
        mock.TestingT
        Cleanup(func())
-}
-
-// NewHTTPClient creates a new instance of HTTPClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
-func NewHTTPClient(t mockConstructorTestingTNewHTTPClient) *HTTPClient {
+}) *HTTPClient {
        mock := &HTTPClient{}
        mock.Mock.Test(t)