============================= test session starts ==============================
platform darwin -- Python 3.12.12, pytest-9.0.2, pluggy-1.6.0 -- /Users/dondoe/coding/zeroth/.venv/bin/python3
cachedir: .pytest_cache
rootdir: /Users/dondoe/coding/zeroth
configfile: pyproject.toml
plugins: anyio-4.12.1, langsmith-0.7.20, asyncio-1.3.0
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 4 items

tests/service/test_bearer_auth.py::test_health_accepts_valid_bearer_token PASSED [ 25%]
tests/service/test_bearer_auth.py::test_health_rejects_bearer_token_with_wrong_issuer PASSED [ 50%]
tests/service/test_bearer_auth.py::test_health_rejects_bearer_token_with_wrong_audience PASSED [ 75%]
tests/service/test_bearer_auth.py::test_health_rejects_bearer_token_with_wrong_signature PASSED [100%]

============================== 4 passed in 0.78s ===============================
