From 401235f000e7022f6e8be65662ce27d1597d4c95 Mon Sep 17 00:00:00 2001 From: Ladislav Vasina Date: Mon, 25 Mar 2024 14:53:40 +0100 Subject: [PATCH] Remove comment --- tests/foreman/ui/test_remoteexecution.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/foreman/ui/test_remoteexecution.py b/tests/foreman/ui/test_remoteexecution.py index 04642763812..867bb9e1195 100644 --- a/tests/foreman/ui/test_remoteexecution.py +++ b/tests/foreman/ui/test_remoteexecution.py @@ -161,7 +161,6 @@ def test_positive_run_job_template_multiple_hosts_by_ip( host_names = [] for vm in rex_contenthosts: - # for vm in rex_contenthost: host_names.append(vm.hostname) vm.configure_rex(satellite=target_sat, org=module_org) with target_sat.ui_session() as session: