mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 15:40:18 +00:00
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:
co-authored by
Claude Sonnet 4.6
parent
a268790b88
commit
3d4ccd884e
@@ -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 ────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user