diff --git a/roles/wsgi_website/molecule/default/tests/test_default.py b/roles/wsgi_website/molecule/default/tests/test_default.py index 6c3c77eef198ee85b80a568dc099c6268551e1b3..930ff246ace330192242c42b88628491c4b683eb 100644 --- a/roles/wsgi_website/molecule/default/tests/test_default.py +++ b/roles/wsgi_website/molecule/default/tests/test_default.py @@ -496,9 +496,9 @@ def test_website_enabled(host, config_file, expected_content): @pytest.mark.parametrize("python_path, expected_version", [ - ("/var/www/parameters-mandatory/virtualenv/bin/python", "Python 3"), - ("/var/www/parameters-optional.local/virtualenv/bin/python", "Python 3"), - ("/var/www/parameters-paste-req/virtualenv/bin/python", "Python 3"), + ("/var/www/parameters-mandatory/virtualenv/bin/python", "Python 3.9.2"), + ("/var/www/parameters-optional.local/virtualenv/bin/python", "Python 3.9.2"), + ("/var/www/parameters-paste-req/virtualenv/bin/python", "Python 3.9.2"), ]) def test_python_version_in_virtualenv(host, python_path, expected_version): """