Skip to content

Commit 097bf71

Browse files
committed
Fix failing clusterctl upgrade test (second attempt)
1 parent 03408a2 commit 097bf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suites/e2e/clusterctl_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"sigs.k8s.io/cluster-api-provider-openstack/test/e2e/shared"
2929
)
3030

31-
const OldCAPIVersion = "v1.4.6"
31+
const OldCAPIVersion = "v1.3.6"
3232

3333
var _ = Describe("When testing clusterctl upgrades (v0.6=>current) [clusterctl-upgrade]", func() {
3434
ctx := context.TODO()

0 commit comments

Comments
 (0)