Skip to content

Commit b528b86

Browse files
authored
Removing --user=root param for container-in-container test (#372)
1 parent 7d6a2b9 commit b528b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_container_in_container(
5757
exec_container: The container executor.
5858
"""
5959
podman_run_container = exec_container(
60-
"podman run -i --rm -d -e ANSIBLE_DEV_TOOLS_CONTAINER=1 --user=root"
60+
"podman run -i --rm -d -e ANSIBLE_DEV_TOOLS_CONTAINER=1"
6161
" -e ANSIBLE_FORCE_COLOR=0 --name ghcr_io_ansible_community_ansible_dev_tools_latest"
6262
" ghcr.io/ansible/community-ansible-dev-tools:latest bash",
6363
)

0 commit comments

Comments
 (0)