Skip to content

Commit 202a0fb

Browse files
authored
CI: fix Podman search of invalid image (#812)
Signed-off-by: Sagi Shnaidman <[email protected]>
1 parent a7b89ba commit 202a0fb

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/targets/podman_search/tasks

1 file changed

+1
-1
lines changed

tests/integration/targets/podman_search/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

0 commit comments

Comments
 (0)