Skip to content

Commit e216da2

Browse files
committed
test: document claude status openapi path
1 parent 24c2372 commit e216da2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/api/tests/openapi.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ describe("openapi contract", () => {
3232
expect(paths["/auth/git/status"]).toBeDefined()
3333
expect(paths["/auth/gitlab/status"]).toBeDefined()
3434
expect(paths["/auth/codex/status"]).toBeDefined()
35+
expect(paths["/auth/claude/status"]).toBeDefined()
3536
expect(paths["/auth/grok/status"]).toBeDefined()
3637
expect(paths["/auth/codex/login"]).toBeUndefined()
3738
expect(paths["/projects/{projectId}/auth/menu"]).toBeDefined()
3839
expect(paths["/projects/{projectId}/auth"]).toBeUndefined()
39-
expect(Object.keys(paths)).toHaveLength(54)
40+
expect(Object.keys(paths)).toHaveLength(55)
4041
}))
4142

4243
it.effect("documents real HTTP success status codes for create and async endpoints", () =>

0 commit comments

Comments
 (0)