Skip to content

Commit

Permalink
Merge pull request #14995 from ashley-cui/machtest
Browse files Browse the repository at this point in the history
Fix machine test
  • Loading branch information
openshift-merge-robot authored Jul 20, 2022
2 parents dd74ef4 + 139d65b commit 039deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/e2e/machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var _ = BeforeSuite(func() {
Fail(fmt.Sprintf("unable to create url for download: %q", err))
}
now := time.Now()
if err := machine.DownloadVMImage(getMe, fqImageName+".xz"); err != nil {
if err := machine.DownloadVMImage(getMe, suiteImageName, fqImageName+".xz"); err != nil {
Fail(fmt.Sprintf("unable to download machine image: %q", err))
}
fmt.Println("Download took: ", time.Since(now).String())
Expand Down

0 comments on commit 039deec

Please sign in to comment.