The HTTP-only test deployment binds gunicorn to 0.0.0.0:8000 with no TLS terminator, so a hardcoded SESSION_COOKIE_SECURE=True breaks browser login. Make it opt-out via env (default True outside TESTING) and set SESSION_COOKIE_SECURE=false in the generated web.env so the test box keeps working over HTTP. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_auth.py | ||
| test_blueprints.py | ||
| test_config.py | ||
| test_health.py | ||
| test_host_commands.py | ||
| test_job_logs.py | ||
| test_job_worker.py | ||
| test_l4d2_facade.py | ||
| test_models.py | ||
| test_overlays.py | ||
| test_pages.py | ||
| test_security.py | ||
| test_servers.py | ||
| test_status_and_server_logs.py | ||