Skip to content

Commit

Permalink
Update OcpVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
BCarvalheira committed Jun 12, 2024
1 parent bcfbc8e commit 081ed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/frontend/openshiftcluster_preflightvalidation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func TestPreflightValidation(t *testing.T) {
go f.Run(ctx, nil, nil)

f.ocpVersionsMu.Lock()
f.defaultOcpVersion = "4.10.0"
f.defaultOcpVersion = "4.13.40"
f.enabledOcpVersions = map[string]*api.OpenShiftVersion{
f.defaultOcpVersion: {
Properties: api.OpenShiftVersionProperties{
Expand Down

0 comments on commit 081ed70

Please sign in to comment.