Skip to content

Commit

Permalink
Update endpoints.go
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmognol authored Mar 15, 2024
1 parent 8db8728 commit 56ef9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lintcontext/mocks/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

// AddMockEndpoint adds a mock Endpoint to LintContext
// AddMockEndpoints adds a mock Endpoint to LintContext
func (l *MockLintContext) AddMockEndpoints(t *testing.T, name string) {
require.NotEmpty(t, name)
l.objects[name] = &coreV1.Endpoints{
Expand Down

0 comments on commit 56ef9d3

Please sign in to comment.