We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88ab85 commit e65c24cCopy full SHA for e65c24c
1 file changed
cloud/linode/cloud_test.go
@@ -163,7 +163,7 @@ func TestNewCloud(t *testing.T) {
163
require.ErrorContains(t, err, "nodebalancer-prefix must be no empty")
164
})
165
166
- t.Run("should fail if nodebalancer-prefix name validation", func(t *testing.T) {
+ t.Run("should fail if not validated nodebalancer-prefix", func(t *testing.T) {
167
prefix := Options.NodeBalancerPrefix
168
rtEnabled := Options.EnableRouteController
169
Options.EnableRouteController = false
0 commit comments