You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix busyserve tests for new logging integration
Updated test expectations to match the new logging system:
- Replaced logger.enable/disable mocks with get_uvicorn_log_config
- Updated uvicorn.run calls to include log_config parameter
- Adjusted app path from "busylight.api:busylightapi" to "busylight.api.main:app"
All busyserve tests now pass (7/7) while maintaining test coverage
for the integrated logging configuration functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments