Skip to content

Commit

Permalink
none
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Feb 6, 2024
1 parent 5980bdf commit 27db8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ def test_positive_incremental_update_apply_to_envs_cvs(
number_of_lces = 3 # Does not include 'Library'
number_of_cvs = 3 # Does not include 'Default Content View'
lce_library = _fetch_library_environment_for_org(target_sat, module_sca_manifest_org)
lce_list = list(lce_library)
lce_list = [lce_library]
# custom repo with errata
custom_repo = target_sat.api.Repository(
product=module_product, content_type='yum', url=CUSTOM_REPO_URL
Expand Down

0 comments on commit 27db8fe

Please sign in to comment.