1 parent 24c2372 commit e216da2Copy full SHA for e216da2
1 file changed
packages/api/tests/openapi.test.ts
@@ -32,11 +32,12 @@ describe("openapi contract", () => {
32
expect(paths["/auth/git/status"]).toBeDefined()
33
expect(paths["/auth/gitlab/status"]).toBeDefined()
34
expect(paths["/auth/codex/status"]).toBeDefined()
35
+ expect(paths["/auth/claude/status"]).toBeDefined()
36
expect(paths["/auth/grok/status"]).toBeDefined()
37
expect(paths["/auth/codex/login"]).toBeUndefined()
38
expect(paths["/projects/{projectId}/auth/menu"]).toBeDefined()
39
expect(paths["/projects/{projectId}/auth"]).toBeUndefined()
- expect(Object.keys(paths)).toHaveLength(54)
40
+ expect(Object.keys(paths)).toHaveLength(55)
41
}))
42
43
it.effect("documents real HTTP success status codes for create and async endpoints", () =>
0 commit comments