Skip to content

Commit e03ae7c

Browse files
committed
fix(tests): add getAllowedIntegrationsFromEnv mock to agent-handler tests
1 parent 2f72a24 commit e03ae7c

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
@@ -17,6 +17,7 @@ vi.mock('@/lib/core/config/feature-flags', () => ({
1717
isDev: true,
1818
isTest: false,
1919
getCostMultiplier: vi.fn().mockReturnValue(1),
20+
getAllowedIntegrationsFromEnv: vi.fn().mockReturnValue(null),
2021
isEmailVerificationEnabled: false,
2122
isBillingEnabled: false,
2223
isOrganizationsEnabled: false,

0 commit comments

Comments
 (0)