From 690e60ad5efb27e62767c8b078d8b6dccd49658a Mon Sep 17 00:00:00 2001
From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com>
Date: Fri, 12 Jul 2024 04:10:35 -0400
Subject: [PATCH] [6.15.z] remove no_proxy default check in /etc/virt-who.conf
 (#15627)

remove no_proxy default check in /etc/virt-who.conf (#15592)

(cherry picked from commit 3e5af0886dfde6c88baa6e68467b9d09dafe2d45)

Co-authored-by: yanpliu <yanpliu@redhat.com>
---
 tests/foreman/virtwho/api/test_esx_sca.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/foreman/virtwho/api/test_esx_sca.py b/tests/foreman/virtwho/api/test_esx_sca.py
index 10c9500eed9..81cf8c04b29 100644
--- a/tests/foreman/virtwho/api/test_esx_sca.py
+++ b/tests/foreman/virtwho/api/test_esx_sca.py
@@ -250,8 +250,6 @@ def test_positive_proxy_option(
         deploy_configure_by_command(
             command, form_data_api['hypervisor_type'], org=module_sca_manifest_org.label
         )
-        # Check default NO_PROXY option
-        assert get_configure_option('no_proxy', ETC_VIRTWHO_CONFIG) == '*'
         # Check HTTTP Proxy and No_PROXY option
         http_proxy_url, http_proxy_name, http_proxy_id = create_http_proxy(
             http_type='http', org=module_sca_manifest_org, location=default_location