We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21c7313 + 567c376 commit 122cac9Copy full SHA for 122cac9
internal/webhooks/test/cluster_test.go
@@ -57,8 +57,8 @@ func Test_ValidateCluster(t *testing.T) {
57
mdTopologyName: "machine-deployment-topology-name-that-has-longerthan63characterlooooooooooooooooooooooongname",
58
mpTopologyName: "machine-pool-topology-name-that-has-longerthan63characterlooooooooooooooooooooooongname",
59
wantErrs: []string{
60
- "spec.topology.workers.machineDeployments[0].name: Too long: may not be more than 63 bytes",
61
- "spec.topology.workers.machinePools[0].name: Too long: may not be more than 63 bytes",
+ "spec.topology.workers.machineDeployments[0].name: Too long",
+ "spec.topology.workers.machinePools[0].name: Too long",
62
},
63
64
{
0 commit comments