diff --git a/roles/wsgi_website/molecule/default/tests/test_parameters_optional.py b/roles/wsgi_website/molecule/default/tests/test_parameters_optional.py index 74f4c44c596a55ccbfa417c1878f6c611fa0e84d..5a1b85f89e860993f9e4e7b34213d20fb5a71347 100644 --- a/roles/wsgi_website/molecule/default/tests/test_parameters_optional.py +++ b/roles/wsgi_website/molecule/default/tests/test_parameters_optional.py @@ -22,7 +22,7 @@ def test_index_page(host): - Basic WSGI application operation. - Handling of environment variables. - - Handling of proxy headers. + - Handling of HTTP header overrides. """ page = host.run('curl -H "Accept-Encoding: plain" https://parameters-optional.local/')