Skip to content

Commit

Permalink
Don't set ToolchainCluster.Spec.APIEndpoint because it is not used fo…
Browse files Browse the repository at this point in the history
…r anything.
  • Loading branch information
metlos committed Sep 18, 2024
1 parent 7422f0a commit 0d27ea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/test/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func NewToolchainClusterWithEndpoint(t *testing.T, name, tcNs, operatorNs, secNa
SecretRef: toolchainv1alpha1.LocalSecretReference{
Name: secName,
},
APIEndpoint: apiEndpoint,
},
ObjectMeta: v1.ObjectMeta{
Name: name,
Expand Down

0 comments on commit 0d27ea5

Please sign in to comment.