Skip to content

Commit

Permalink
test: fix nightly upgrade test
Browse files Browse the repository at this point in the history
The order of the arguments are switched which makes the upgrade tests
from failing in the nightly tests.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Feb 24, 2020
1 parent f104521 commit 0e7493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8sT/Nightly.go
Expand Up @@ -390,8 +390,8 @@ var _ = Describe("NightlyExamples", func() {
var assertUpgradeSuccessful func()
assertUpgradeSuccessful, cleanupCallback = InstallAndValidateCiliumUpgrades(
kubectl,
imageVersion,
chartVersion,
imageVersion,
helpers.CiliumLatestHelmChartVersion,
helpers.CiliumLatestImageVersion,
)
Expand Down

0 comments on commit 0e7493f

Please sign in to comment.