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.
1 parent b4171f3 commit 9d311c0Copy full SHA for 9d311c0
pkg/helpers/k0s_test.go
@@ -33,10 +33,8 @@ func TestK0sClusterConfigTo129Compat(t *testing.T) {
33
Version: "1.0.0",
34
Values: "values",
35
TargetNS: "targetns",
36
- Timeout: k0sv1beta1.BackwardCompatibleDuration{
37
- Duration: time.Minute,
38
- },
39
- Order: 1,
+ Timeout: time.Minute, // NOTE: this is not needed for 1.29 compat
+ Order: 1,
40
},
41
42
0 commit comments