Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 10, 2021
1 parent b9cb6dd commit 61f7ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func TestApply(t *testing.T) {
// Install the Cluster.
run, err = apply(exe, "--cluster="+clusterManifestPath, "--machines="+machinesManifestPath,
"--config-directory="+configDir, "--sealed-secret-key="+configPath("ss.key"), "--sealed-secret-cert="+configPath("ss.cert"),
"--verbose=true", "--ssh-key="+sshKeyPath, "--controller-image=docker.io/weaveworks/cluster-api-existinginfra-controller:v0.0.9")
"--verbose=true", "--ssh-key="+sshKeyPath, "--controller-image=docker.io/weaveworks/cluster-api-existinginfra-controller:master-f28d15d4")
assert.NoError(t, err)
require.Equal(t, 0, run.ExitCode())

Expand Down

0 comments on commit 61f7ca6

Please sign in to comment.