Skip to content

Commit 22b3528

Browse files
committed
test(files): align generated API and folder scope coverage
1 parent f56eb1f commit 22b3528

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/docs/lib/openapi-download.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('OpenAPI download', () => {
3333
const tags = document.tags as Array<{ name: string }>
3434

3535
expect(document.openapi).toBe('3.1.0')
36-
expect(Object.keys(paths)).toHaveLength(129)
36+
expect(Object.keys(paths)).toHaveLength(130)
3737
expect(tags.map((tag) => tag.name)).toEqual([
3838
'Workflows',
3939
'Workflow Runs',

apps/sim/lib/folders/application-folder-caps.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ describe('workflow and table application folder caps', () => {
164164
principal,
165165
input: {
166166
workspaceId: context.workspaceId,
167+
folderPath: '/Folder',
167168
sortBy: 'name',
168169
sortOrder: 'asc',
169170
limit: 25,

0 commit comments

Comments
 (0)