Skip to content

Commit 0d1321f

Browse files
committed
wip
1 parent a71f8c6 commit 0d1321f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulp_python/tests/functional/api/test_crud_content_unit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ def check_package_data(self, content_unit, expected=PYTHON_PACKAGE_DATA):
234234
@pytest.mark.parallel
235235
def test_upload_metadata_23_spec(python_content_factory):
236236
"""Test that packages using metadata spec 2.3 can be uploaded to pulp."""
237-
filename = "urllib3-2.2.2-py3-none-any.whl"
237+
filename = "click-8.1.8-py3-none-any.whl"
238238
with PyPISimple() as client:
239-
page = client.get_project_page("urllib3")
239+
page = client.get_project_page("click")
240240
for package in page.packages:
241241
if package.filename == filename:
242242
content = python_content_factory(filename, url=package.url)

0 commit comments

Comments
 (0)