============================= 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 3 items

tests/service/test_auth_api.py::test_service_health_requires_authentication PASSED [ 33%]
tests/service/test_auth_api.py::test_service_health_accepts_api_key_authentication PASSED [ 66%]
tests/service/test_auth_api.py::test_approval_resolution_uses_authenticated_principal PASSED [100%]

============================== 3 passed in 0.28s ===============================
