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:
Dixon Whitmire 2022-10-27 16:38:34 -04:00 committed by Muayyad Alsadi
parent 801faea30b
commit 08ffcf6126

View File

@ -43,7 +43,7 @@ def test_podman_compose_extends_w_file_subdir():
"rmi",
"--force",
"localhost/subdir_test:me",
"docker.io/library/bash",
"docker.io/library/busybox",
]
out, err, returncode = capture(command_up)