diff --git a/tests/foreman/virtwho/api/test_esx_sca.py b/tests/foreman/virtwho/api/test_esx_sca.py index 10c9500eed..81cf8c04b2 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