test(telegram): 修正 test_telegram_message_templates 斷言
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 14m24s
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 14m24s
CRITICAL → 嚴重 (ADR-075 中文風險等級) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,7 +36,7 @@ class TestTelegramMessageFormat:
|
||||
result = msg.format()
|
||||
|
||||
assert "🚨" in result
|
||||
assert "CRITICAL" in result
|
||||
assert "嚴重" in result
|
||||
assert "test-pod-123" in result
|
||||
assert len(result) <= 900 # SOUL.md 限制
|
||||
|
||||
|
||||
Reference in New Issue
Block a user