test: use synthetic status session fixtures

This commit is contained in:
Peter Steinberger
2026-04-21 01:40:29 +01:00
parent 6bb6cfc68e
commit 66665eea6d
13 changed files with 39 additions and 39 deletions

View File

@@ -383,7 +383,7 @@ describe("message-normalizer", () => {
it("preserves top-level sender labels", () => {
const result = normalizeMessage({
role: "user",
content: "Hello from Telegram",
content: "Hello from QuietChat",
senderLabel: "Iris",
});

View File

@@ -207,7 +207,7 @@ describe("executeSlashCommand /kill", () => {
spawnedBy: "agent:main:subagent:mine",
}),
row("agent:main:subagent:other-root", {
spawnedBy: "agent:main:discord:dm:alice",
spawnedBy: "agent:main:quietchat:dm:alice",
}),
],
};