Skip to content

Commit 17644bd

Browse files
committed
fix
1 parent 0629f3c commit 17644bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_container_content.yml

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

9090
- name: Query tags
9191
uri:
92-
url: "{{ pulp_url }}/pulp/api/v3/content/container/tags/repository_version={{ repo.json.results[0].latest_version_href | urlencode | regex_replace('/','%2F') }}"
92+
url: "{{ pulp_url }}/pulp/api/v3/content/container/tags/?repository_version={{ repo.json.results[0].latest_version_href | urlencode | regex_replace('/','%2F') }}"
9393
user: "{{ pulp_username }}"
9494
password: "{{ pulp_password }}"
9595
method: GET

0 commit comments

Comments
 (0)