We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79b2858 + 240b60a commit 915b198Copy full SHA for 915b198
pulp_python/tests/functional/api/test_pypi_apis.py
@@ -182,7 +182,7 @@ def test_twine_upload(self):
182
capture_output=True,
183
check=True,
184
)
185
- tasks = task_api.list(reserved_resources_record=[repo.pulp_href]).results
+ tasks = task_api.list(reserved_resources=repo.pulp_href).results
186
for task in reversed(tasks):
187
t = monitor_task(task.pulp_href)
188
repo_ver_href = t.created_resources[-1]
0 commit comments