Skip to content

Commit 96a48a1

Browse files
committed
Fix tests to account for new fixtures
fixes #876
1 parent 6983ef8 commit 96a48a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp_python/tests/functional/api/test_download_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_full_fixtures_to_pulp_sync(
5454
remote = python_remote_factory(includes=[], prereleases=True)
5555
repo = python_repo_with_sync(remote)
5656
summary = python_content_summary(repository_version=repo.latest_version_href)
57-
assert summary.present["python.python"]["count"] == PYTHON_LG_PACKAGE_COUNT
57+
assert summary.present["python.python"]["count"] == 92 # todo: PYTHON_LG_PACKAGE_COUNT
5858

5959

6060
@pytest.mark.parallel

0 commit comments

Comments
 (0)