test(unstable-agent-babysitter): align task fixture with sessionId field
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -40,9 +40,9 @@ function createBackgroundManager(tasks: BackgroundTask[]) {
|
|||||||
function createTask(overrides: Partial<BackgroundTask> = {}): BackgroundTask {
|
function createTask(overrides: Partial<BackgroundTask> = {}): BackgroundTask {
|
||||||
return {
|
return {
|
||||||
id: "task-1",
|
id: "task-1",
|
||||||
sessionID: "bg-1",
|
sessionId: "bg-1",
|
||||||
parentSessionID: "main-1",
|
parentSessionId: "main-1",
|
||||||
parentMessageID: "msg-1",
|
parentMessageId: "msg-1",
|
||||||
description: "unstable task",
|
description: "unstable task",
|
||||||
prompt: "run work",
|
prompt: "run work",
|
||||||
agent: "test-agent",
|
agent: "test-agent",
|
||||||
|
|||||||
Reference in New Issue
Block a user