diff --git a/tests/foreman/api/test_reporttemplates.py b/tests/foreman/api/test_reporttemplates.py index 3b3ba98e75d..1b3bdd3620c 100644 --- a/tests/foreman/api/test_reporttemplates.py +++ b/tests/foreman/api/test_reporttemplates.py @@ -948,6 +948,7 @@ def test_positive_installed_products( 'hosts': rhel_contenthost.hostname, }, } + # packit testing for this line here report = ( target_sat.api.ReportTemplate() .search(query={'search': 'name="Host - Installed Products"'})[0]