diff --git a/tests/test_resources.py b/tests/test_resources.py index f525df612a..110cfeb874 100644 --- a/tests/test_resources.py +++ b/tests/test_resources.py @@ -128,6 +128,6 @@ def test_proxy_conflict_raises_value_error(self, monkeypatch): with pytest.raises( ValueError, match="Conflicting proxy settings: client_configuration.proxy=http://not-env-proxy.com, " - "but the environment variable 'OPENSHIFT_PYTHON_WRAPPER_CLIENT_USE_PROXY' defines proxy as http://env-proxy.com.", + "but the environment variable 'HTTPS_PROXY/HTTP_PROXY' defines proxy as http://env-proxy.com.", ): get_client(client_configuration=client_configuration)