Skip to content

Commit d91b5ba

Browse files
SKE: update flatcar version in tests (#94)
1 parent 684be2c commit d91b5ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/cmd/ske/cluster/create/create_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var testPayload = &ske.CreateOrUpdateClusterPayload{
3232
Machine: &ske.Machine{
3333
Image: &ske.Image{
3434
Name: utils.Ptr("flatcar"),
35-
Version: utils.Ptr("3602.2.1"),
35+
Version: utils.Ptr("3760.2.1"),
3636
},
3737
Type: utils.Ptr("b1.2"),
3838
},
@@ -89,7 +89,7 @@ func fixtureFlagValues(mods ...func(flagValues map[string]string)) map[string]st
8989
"machine": {
9090
"image": {
9191
"name": "flatcar",
92-
"version": "3602.2.1"
92+
"version": "3760.2.1"
9393
},
9494
"type": "b1.2"
9595
},

internal/cmd/ske/cluster/update/update_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var testPayload = ske.CreateOrUpdateClusterPayload{
3232
Machine: &ske.Machine{
3333
Image: &ske.Image{
3434
Name: utils.Ptr("flatcar"),
35-
Version: utils.Ptr("3602.2.1"),
35+
Version: utils.Ptr("3760.2.1"),
3636
},
3737
Type: utils.Ptr("b1.2"),
3838
},
@@ -89,7 +89,7 @@ func fixtureFlagValues(mods ...func(flagValues map[string]string)) map[string]st
8989
"machine": {
9090
"image": {
9191
"name": "flatcar",
92-
"version": "3602.2.1"
92+
"version": "3760.2.1"
9393
},
9494
"type": "b1.2"
9595
},

0 commit comments

Comments
 (0)