mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
test(sdk): keep model usage coverage focused
This commit is contained in:
@@ -167,8 +167,6 @@ describe("Kilo PublicApi OpenAPI contract", () => {
|
||||
const profile = response(KiloGatewayPaths.profile)?.properties
|
||||
expect(profile?.balance).toEqual({ anyOf: [expect.objectContaining({ type: "object" }), { type: "null" }] })
|
||||
expect(profile?.kiloPass).toEqual({ anyOf: [expect.objectContaining({ type: "object" }), { type: "null" }] })
|
||||
const pass = profile?.kiloPass?.anyOf?.find((item) => item.type === "object")?.properties
|
||||
expect(pass?.nextBillingAt).toEqual({ anyOf: [{ type: "string" }, { type: "null" }] })
|
||||
expect(profile?.currentOrgId).toEqual({ anyOf: [{ type: "string" }, { type: "null" }] })
|
||||
|
||||
const auth = response(KiloGatewayPaths.authStatus)?.properties
|
||||
|
||||
Reference in New Issue
Block a user