Skip to content

Commit

Permalink
return the correct var
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Jan 30, 2025
1 parent ed48f1a commit 47376b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func ClusterKubenetAirgapNonAnon(ctx context.Context, t *testing.T) (*Cluster, e
clusterKubenetNonAnonAirgapOnce.Do(func() {
clusterKubenetNonAnonAirgap, clusterKubenetNonAnonAirgapError = prepareCluster(ctx, t, getKubenetClusterModel("abe2e-kubenet-nonanonpull-airgap"), true, true)
})
return clusterKubenetAirgap, clusterKubenetAirgapError
return clusterKubenetNonAnonAirgap, clusterKubenetAirgapError
}

func ClusterAzureNetwork(ctx context.Context, t *testing.T) (*Cluster, error) {
Expand Down

0 comments on commit 47376b7

Please sign in to comment.