Skip to content

Commit 08ffcf6

Browse files
dixonwhitmiremuayyad-alsadi
authored andcommitted
updating test_podman_compose_extends_w_file_subdir to use the correct image name
Signed-off-by: Dixon Whitmire <[email protected]>
1 parent 801faea commit 08ffcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_podman_compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_podman_compose_extends_w_file_subdir():
4343
"rmi",
4444
"--force",
4545
"localhost/subdir_test:me",
46-
"docker.io/library/bash",
46+
"docker.io/library/busybox",
4747
]
4848

4949
out, err, returncode = capture(command_up)

0 commit comments

Comments
 (0)