Skip to content

Commit

Permalink
Update test/e2e/live_iso_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adil Ghaffar <[email protected]>
  • Loading branch information
Max Rantil and adilGhaffarDev committed Nov 22, 2023
1 parent 746940a commit bccfa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/live_iso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var _ = Describe("Live-ISO", func() {
CredentialsName: secretName,
},
Image: &metal3api.Image{
URL: e2eConfig.GetVariable("IMAGE_URL"),
URL: imageURL,
DiskFormat: pointer.String("live-iso"),
},
BootMode: metal3api.Legacy,
Expand Down

0 comments on commit bccfa1e

Please sign in to comment.