Skip to content

Commit

Permalink
Resolve manifest failure using module_entitlement_manifest_org
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Dec 27, 2023
1 parent 10a5a27 commit 3eefd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest_fixtures/component/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def module_repos_collection_with_setup(request, module_target_sat, module_org, m

@pytest.fixture(scope='module')
def module_repos_collection_with_manifest(
request, module_target_sat, module_entitlement_manifest_org, module_lce
request, module_target_sat, module_sca_manifest_org, module_lce
):
"""This fixture and its usage is very similar to repos_collection fixture above with extra
setup_content and uploaded manifest capabilities using module_org and module_lce fixtures
Expand All @@ -246,7 +246,7 @@ def module_repos_collection_with_manifest(
for repo_name, repo_params in repo.items()
],
)
_repos_collection.setup_content(module_entitlement_manifest_org.id, module_lce.id)
_repos_collection.setup_content(module_sca_manifest_org.id, module_lce.id)
return _repos_collection


Expand Down

0 comments on commit 3eefd9b

Please sign in to comment.