Skip to content

Commit

Permalink
fix: native client mock should be generated with go gen
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed Apr 16, 2024
1 parent 39c8d8c commit de00e19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/helm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ var (
OCINotEnabledErr = errors.New("could not perform the action when oci is not enabled")
)

//go:generate go run github.com/vektra/mockery/[email protected] --name=Client

type Creds struct {
Username string
Password string
Expand Down

0 comments on commit de00e19

Please sign in to comment.