1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-21 18:19:07 +00:00

fix: tests

Signed-off-by: Benjamin Vouillaume <benjamin.m.vouillaume@gmail.com>
This commit is contained in:
Benjamin Vouillaume 2026-03-20 22:06:17 +01:00
parent ed22d92477
commit 074b9c6c55
No known key found for this signature in database
GPG key ID: 071510823CEDBE3F
3 changed files with 0 additions and 2 deletions

View file

@ -18,8 +18,6 @@ class TestPodmanBuildModule:
({"name": "myimage", "file": "/tmp/Containerfile"}, True),
# Valid minimal parameters
({"name": "myimage", "set_working_directory": "/tmp/build"}, True),
# Valid parameters with tag
({"name": "myimage", "file": "/tmp/Containerfile", "tag": "1.0"}, True),
# Valid parameters with all image states
({"name": "myimage", "file": "/tmp/Containerfile", "state": "quadlet"}, True),
],