Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Dec 7, 2022
1 parent 77429b7 commit 9016e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/chains/registryk8s/registry-k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,5 @@ func supplyK8sRegistry(ctx context.Context, tokenGenerator token.GeneratorFunc,
ClientSet: fake.NewSimpleClientset(),
ExpirePeriod: expireDuration,
ProxyRegistryURL: proxyRegistryURL,
}, registryk8s.WithDialOptions(options...))
}, tokenGenerator, registryk8s.WithDialOptions(options...))
}

0 comments on commit 9016e92

Please sign in to comment.