mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
Change image-path to image for tests
As we deprecate image-path for image. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -44,7 +44,7 @@ var _ = Describe("podman machine proxy settings propagation", func() {
|
||||
|
||||
name := randomString()
|
||||
i := new(initMachine)
|
||||
session, err := mb.setName(name).setCmd(i.withImagePath(mb.imagePath)).run()
|
||||
session, err := mb.setName(name).setCmd(i.withImage(mb.imagePath)).run()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(session).To(Exit(0))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user