Skip to content

Commit 9b73086

Browse files
committed
lint fix
Signed-off-by: Geoff Flarity <gflarity@nvidia.com>
1 parent a6ca55e commit 9b73086

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
@@ -87,7 +87,7 @@ func setupCluster(ctx context.Context, t *testing.T, cfg ClusterConfig) (*kubern
8787

8888
// Create cluster
8989
t.Logf("🚀 Creating cluster '%s' with %d server(s) and %d agent(s)...",
90-
k3dConfig.Cluster.Name, cfg.Servers, cfg.Agents)
90+
k3dConfig.Name, cfg.Servers, cfg.Agents)
9191

9292
if err := client.ClusterRun(ctx, runtimes.Docker, k3dConfig); err != nil {
9393
t.Fatalf("Failed to create cluster: %v", err)

0 commit comments

Comments
 (0)