fix(opencode): fix full session fork (#26811)
This commit is contained in:
parent
7235c9c9b8
commit
518264fcd9
4 changed files with 25 additions and 9 deletions
|
|
@ -356,7 +356,6 @@ describe("session HttpApi", () => {
|
|||
const forked = yield* requestJson<Session.Info>(pathFor(SessionPaths.fork, { sessionID: created.id }), {
|
||||
method: "POST",
|
||||
headers,
|
||||
body: JSON.stringify({}),
|
||||
})
|
||||
expect(forked.id).not.toBe(created.id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue