Skip to content

Commit aba68ba

Browse files
committed
fix
1 parent 79befdf commit aba68ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/executor/handlers/agent/agent-handler.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ vi.mock('@/lib/core/config/feature-flags', () => ({
1818
getCostMultiplier: vi.fn().mockReturnValue(1),
1919
isEmailVerificationEnabled: false,
2020
isBillingEnabled: false,
21+
isOrganizationsEnabled: false,
2122
}))
2223

2324
vi.mock('@/providers/utils', () => ({

0 commit comments

Comments
 (0)