mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-20 13:42:23 +00:00
fix test
This commit is contained in:
@@ -38,6 +38,6 @@ func (p testonlyFactory) Get(_ string, args []string) ([]kv.Pair, error) {
|
||||
return kvs, nil
|
||||
}
|
||||
|
||||
func (p *testonlyFactory) load(name string) (KVSource, error) {
|
||||
func (p *testonlyFactory) load(_ string) (KVSource, error) {
|
||||
return p, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user