Skip to content

Commit fda08f3

Browse files
committed
:wqix unused ctx
Signed-off-by: Geoff Flarity <gflarity@nvidia.com>
1 parent 34543b6 commit fda08f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/ci/hello_k3s_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func DefaultKindClusterConfig() KindClusterConfig {
154154
}
155155

156156
// setupKindCluster creates a kind cluster and returns a kubernetes clientset
157-
func setupKindCluster(ctx context.Context, t *testing.T, cfg KindClusterConfig) (*kubernetes.Clientset, func()) {
157+
func setupKindCluster(_ context.Context, t *testing.T, cfg KindClusterConfig) (*kubernetes.Clientset, func()) {
158158
t.Logf("📝 Preparing kind cluster configuration for '%s'...", cfg.Name)
159159

160160
provider := cluster.NewProvider()

0 commit comments

Comments
 (0)