NONRTRIC-946: Make GET for GetApfIdServiceApis stateless
[nonrtric/plt/sme.git] / capifcore / internal / helmmanagement / mocks / HelmManager.go
index 762f977..8f7339a 100644 (file)
@@ -1,4 +1,4 @@
-// Code generated by mockery v2.14.0. DO NOT EDIT.
+// Code generated by mockery v2.35.4. DO NOT EDIT.
 
 package mocks
 
@@ -42,13 +42,12 @@ func (_m *HelmManager) UninstallHelmChart(namespace string, chartName string) {
        _m.Called(namespace, chartName)
 }
 
-type mockConstructorTestingTNewHelmManager interface {
+// NewHelmManager creates a new instance of HelmManager. 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 NewHelmManager(t interface {
        mock.TestingT
        Cleanup(func())
-}
-
-// NewHelmManager creates a new instance of HelmManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
-func NewHelmManager(t mockConstructorTestingTNewHelmManager) *HelmManager {
+}) *HelmManager {
        mock := &HelmManager{}
        mock.Mock.Test(t)