Skip to content

Commit 65caebf

Browse files
fix(test): update v2 request-slice count
1 parent 8216cbb commit 65caebf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/sim/lib/api/contracts/v2/__tests__/cross-cutting.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,11 @@ describe('knowledge and files request-slice strictness', () => {
182182
* A count, so a document that stopped listing its routes cannot make every
183183
* assertion below pass vacuously. It rises when a route gains a slice: it went
184184
* 45 → 63 when the knowledge and files endpoints that take no query params
185-
* started saying so with `noInputSchema` instead of omitting `query`.
185+
* started saying so with `noInputSchema` instead of omitting `query`, then
186+
* 63 → 75 when knowledge connector management joined the documented surface.
186187
*/
187188
it('sweeps every documented query and body slice', () => {
188-
expect(slices.length).toBe(63)
189+
expect(slices.length).toBe(75)
189190
})
190191

191192
it.each(slices)('%s rejects an undeclared key', (_name, schema) => {

0 commit comments

Comments
 (0)