refactor: replace real Telegram bot token with obviously fake test stub

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
Henry Park
2026-03-09 22:19:57 -07:00
co-authored by Claude Sonnet 4.6
parent a268790b88
commit 3d4ccd884e
+1 -1
View File
@@ -65,7 +65,7 @@ pub const TEST_GITHUB_TOKEN: &str = "ghp_test123";
// ── Telegram ────────────────────────────────────────────────────────────
/// Telegram bot token for credential redaction tests.
pub const TEST_TELEGRAM_BOT_TOKEN: &str = "8218490433:AAEZeUxwqZ5OO3mOCXv7fKvpdhDgsmBBNis";
pub const TEST_TELEGRAM_BOT_TOKEN: &str = "0000000000:AAFakeTestTokenForTestingPurposesOnly";
// ── OAuth client credentials ────────────────────────────────────────────