Skip to content

Commit

Permalink
CI: fix Podman search of invalid image (#812)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored Aug 7, 2024
1 parent a7b89ba commit 202a0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/podman_search/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- name: Search for an invalid image
containers.podman.podman_search:
term: invalidtermnope
term: registry.fedoraproject.org/invalidtermnope
executable: "{{ test_executable | default('podman') }}"
register: info_0

Expand Down

0 comments on commit 202a0fb

Please sign in to comment.