mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-09 08:44:48 +02:00
updating test_podman_compose_extends_w_file_subdir to use the correct image name
Signed-off-by: Dixon Whitmire <dixonwh@gmail.com>
This commit is contained in:
parent
801faea30b
commit
08ffcf6126
@ -43,7 +43,7 @@ def test_podman_compose_extends_w_file_subdir():
|
|||||||
"rmi",
|
"rmi",
|
||||||
"--force",
|
"--force",
|
||||||
"localhost/subdir_test:me",
|
"localhost/subdir_test:me",
|
||||||
"docker.io/library/bash",
|
"docker.io/library/busybox",
|
||||||
]
|
]
|
||||||
|
|
||||||
out, err, returncode = capture(command_up)
|
out, err, returncode = capture(command_up)
|
||||||
|
Loading…
Reference in New Issue
Block a user