Browse Source

test(cli): update ACP fork expectation (#39554)

Aiden Cline 1 week ago
parent
commit
f7ea2fc346
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cli/test/acp/service-lifecycle.test.ts

+ 1 - 1
packages/cli/test/acp/service-lifecycle.test.ts

@@ -136,7 +136,7 @@ describe("acp service lifecycle", () => {
       method: "POST",
       path: "/api/session/ses_loaded/fork",
       query: {},
-      body: {},
+      body: { boundary: { type: "through" } },
     })
   })