test(agent): keep current-sender regression ASCII-only

This commit is contained in:
Alix-007 2026-03-17 21:10:25 +08:00
parent 9f9f23894d
commit 33541b2cc1

View file

@ -144,8 +144,8 @@ func TestBuildMessages_CurrentSenderDynamicContext(t *testing.T) {
{ {
name: "both id and display name", name: "both id and display name",
senderID: "feishu:ou_xxx", senderID: "feishu:ou_xxx",
senderDisplayName: "张三", senderDisplayName: "Zhang San",
wantLine: "Current sender: 张三 (ID: feishu:ou_xxx)", wantLine: "Current sender: Zhang San (ID: feishu:ou_xxx)",
wantSection: true, wantSection: true,
}, },
{ {