Skip to content

Commit

Permalink
removing max_tries
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed May 9, 2024
1 parent 26f0046 commit 95a350c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/foreman/api/test_reporttemplates.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ def test_positive_applied_errata_by_search(
target_sat.wait_for_tasks(
search_query=(f'label = Actions::RemoteExecution::RunHostsJob and id = {task_id}'),
search_rate=15,
max_tries=10,
)
rt = (
target_sat.api.ReportTemplate()
Expand Down

0 comments on commit 95a350c

Please sign in to comment.