From 3d4ccd884e3e954426a3a703c1c541f485de2411 Mon Sep 17 00:00:00 2001 From: Henry Park Date: Mon, 9 Mar 2026 22:19:57 -0700 Subject: [PATCH] refactor: replace real Telegram bot token with obviously fake test stub Co-Authored-By: Claude Sonnet 4.6 --- src/testing/credentials.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/credentials.rs b/src/testing/credentials.rs index b98f1703..697370cd 100644 --- a/src/testing/credentials.rs +++ b/src/testing/credentials.rs @@ -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 ────────────────────────────────────────────