Skip to content

Commit

Permalink
Fix 1.27 broken test (aws#5830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahreehong committed May 10, 2023
1 parent 75da562 commit 797a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/vsphere_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ func TestVSphereKubernetes126To127OIDCUpgrade(t *testing.T) {
test,
v1alpha1.Kube127,
framework.WithClusterUpgrade(api.WithKubernetesVersion(v1alpha1.Kube127)),
provider.WithProviderUpgrade(provider.Ubuntu126Template()),
provider.WithProviderUpgrade(provider.Ubuntu127Template()),
)
}

Expand Down

0 comments on commit 797a567

Please sign in to comment.