Skip to content

Commit

Permalink
OCM-9535 | test: fix id:73731 fix to use an available upgrading versi…
Browse files Browse the repository at this point in the history
…on based on the cluster version
  • Loading branch information
yuwang-RH committed Jul 11, 2024
1 parent 0c9ed0d commit 64dc4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_rosacli_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ var _ = Describe("Cluster Upgrade testing",
// and to check the `rosa describe/list upgrade` in both of these two case.
output, err = clusterService.Upgrade(
"-c", clusterID,
"--version", "4.15.14",
"--version", upgradingVersion,
"--mode", "auto",
"-y",
)
Expand Down

0 comments on commit 64dc4ce

Please sign in to comment.