Skip to content

Commit

Permalink
Enable repos for long failing hostCollection UI tests (#16593)
Browse files Browse the repository at this point in the history
Enable repos for long failing hostCollection tests
  • Loading branch information
LadislavVasina1 authored Oct 7, 2024
1 parent a038edb commit 10d6c5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/foreman/ui/test_hostcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ def module_repos_collection(module_org_with_parameter, module_lce, module_target
module_target_sat.cli_factory.YumRepository(url=settings.repos.yum_6.url),
],
)
repos_collection.setup_content(module_org_with_parameter.id, module_lce.id)
repos_collection.setup_content(
org_id=module_org_with_parameter.id, lce_id=module_lce.id, override=True
)
return repos_collection


Expand Down

0 comments on commit 10d6c5a

Please sign in to comment.