test(agent): keep current-sender regression ASCII-only
This commit is contained in:
parent
9f9f23894d
commit
33541b2cc1
1 changed files with 2 additions and 2 deletions
|
|
@ -144,8 +144,8 @@ func TestBuildMessages_CurrentSenderDynamicContext(t *testing.T) {
|
|||
{
|
||||
name: "both id and display name",
|
||||
senderID: "feishu:ou_xxx",
|
||||
senderDisplayName: "张三",
|
||||
wantLine: "Current sender: 张三 (ID: feishu:ou_xxx)",
|
||||
senderDisplayName: "Zhang San",
|
||||
wantLine: "Current sender: Zhang San (ID: feishu:ou_xxx)",
|
||||
wantSection: true,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue