Area
Backend API
What problem does this solve?
Telegram bot admin commands (pause breaker, trigger reconciliation) require integration tests verifying role authorization checks.
Proposed solution
- Add
backend/tests/integration/telegramBotAuth.test.ts.
- Verify unauthorized Telegram user IDs are rejected when invoking admin commands.
Area
Backend API
What problem does this solve?
Telegram bot admin commands (pause breaker, trigger reconciliation) require integration tests verifying role authorization checks.
Proposed solution
backend/tests/integration/telegramBotAuth.test.ts.