Skip to content

Commit 915b198

Browse files
authored
Merge pull request #672 from gerrod3/355deprecations
Fix deprecation warnings for pulpcore 3.55
2 parents 79b2858 + 240b60a commit 915b198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp_python/tests/functional/api/test_pypi_apis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_twine_upload(self):
182182
capture_output=True,
183183
check=True,
184184
)
185-
tasks = task_api.list(reserved_resources_record=[repo.pulp_href]).results
185+
tasks = task_api.list(reserved_resources=repo.pulp_href).results
186186
for task in reversed(tasks):
187187
t = monitor_task(task.pulp_href)
188188
repo_ver_href = t.created_resources[-1]

0 commit comments

Comments
 (0)