File diff 02204162f917 → 8944b8348567
roles/wsgi_website/molecule/default/tests/test_parameters_optional.py
Show inline comments
 
@@ -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/')