Skip to content

Commit 6ac33dd

Browse files
committed
test: update experimental api shell assertions
1 parent ea277ba commit 6ac33dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/test/server/httpapi-experimental.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ describe("experimental HttpApi", () => {
9494
expect(toolList.status).toBe(200)
9595
expect(await toolList.json()).toContainEqual(
9696
expect.objectContaining({
97-
id: "bash",
97+
id: "shell",
9898
description: expect.any(String),
9999
parameters: expect.any(Object),
100100
}),
101101
)
102102

103103
expect(toolIDs.status).toBe(200)
104-
expect(await toolIDs.json()).toContain("bash")
104+
expect(await toolIDs.json()).toContain("shell")
105105

106106
expect(worktrees.status).toBe(200)
107107
expect(await worktrees.json()).toEqual([])

0 commit comments

Comments
 (0)