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.
1 parent f839954 commit 4d4a914Copy full SHA for 4d4a914
pulp_python/tests/functional/api/test_pypi_apis.py
@@ -192,7 +192,7 @@ def test_package_upload_simple(self):
192
193
@pytest.mark.parallel
194
def test_twine_upload(
195
- pulpcore_bindings,
+ tasks_api_client,
196
python_content_summary,
197
python_empty_repo_distro,
198
python_package_dist_directory,
@@ -218,7 +218,7 @@ def test_twine_upload(
218
capture_output=True,
219
check=True,
220
)
221
- tasks = pulpcore_bindings.TasksApi.list(reserved_resources=repo.pulp_href).results
+ tasks = tasks_api_client.list(reserved_resources=repo.pulp_href).results
222
for task in reversed(tasks):
223
t = monitor_task(task.pulp_href)
224
repo_ver_href = t.created_resources[-1]
0 commit comments