File diff 02204162f917 → 8944b8348567
roles/wsgi_website/molecule/default/tests/test_parameters_optional.py
Show inline comments
 
@@ -19,13 +19,13 @@ def test_installed_packages(host):
 
def test_index_page(host):
 
    """
 
    Tests if index page is served correctly. This covers:
 

	
 
    - 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/')
 

	
 
    assert page.rc == 0
 
    assert "This is the WSGI application at parameters-optional.local." in page.stdout