Skip to content

Commit

Permalink
updating test_podman_compose_extends_w_file_subdir to use the correct…
Browse files Browse the repository at this point in the history
… image name

Signed-off-by: Dixon Whitmire <[email protected]>
  • Loading branch information
dixonwhitmire authored and muayyad-alsadi committed Oct 27, 2022
1 parent 801faea commit 08ffcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08ffcf6

Please sign in to comment.