"""Smoke test verifying JWT fixture machinery works end-to-end in the pipeline.""" def test_jwt_authentication(client): """Verify AWS Secrets Manager is reachable and the returned token is accepted.""" response = client.get_meta_language() assert response.status_code == 200