Skip to content

Commit 8224a72

Browse files
committed
test updates to recent versions to match the terraform
Signed-off-by: James Nesbitt <[email protected]>
1 parent fa0aae6 commit 8224a72

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/integration/integration_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ var MKE_CONNECT = map[string]interface{}{
2828

2929
var LAUNCHPAD = map[string]interface{}{
3030
"drain": false,
31-
"mcr_version": "23.0.15",
32-
"mke_version": "3.7.15",
33-
"msr_version": "",
31+
"mcr_version": "25.0.8",
32+
"mke_version": "3.8.2",
33+
"msr_version": "2.9.23",
3434
"mke_connect": MKE_CONNECT,
3535
}
3636

test/smoke/smoke_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ var MKE_CONNECT = map[string]interface{}{
2424

2525
var LAUNCHPAD = map[string]interface{}{
2626
"drain": false,
27-
"mcr_version": "23.0.14",
28-
"mke_version": "3.7.14",
29-
"msr_version": "2.9.16",
27+
"mcr_version": "25.0.8",
28+
"mke_version": "3.8.2",
29+
"msr_version": "2.9.23",
3030
"mke_connect": MKE_CONNECT,
3131
}
3232

0 commit comments

Comments
 (0)