Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Sep 27, 2023
1 parent 700e771 commit 09cf503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joinservice/internal/certcache/certcache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (s *stubKubeClient) CreateConfigMap(context.Context, string, map[string]str
return s.createConfigMapErr
}

func (s *stubKubeClient) GetConfigMapData(_ context.Context, name string, key string) (string, error) {
func (s *stubKubeClient) GetConfigMapData(_ context.Context, _ string, key string) (string, error) {
if key == constants.CertCacheAskKey {
return s.askResponse, s.getConfigMapDataErr
}
Expand Down

0 comments on commit 09cf503

Please sign in to comment.