Skip to content

Commit 4e633f0

Browse files
fix tests
1 parent dddad28 commit 4e633f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web-app/src/test/setup.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ expect.extend(matchers)
1111
vi.mock('@/lib/platform/const', () => ({
1212
PlatformFeatures: {
1313
hardwareMonitoring: true,
14-
extensionManagement: true,
1514
localInference: true,
16-
mcpServers: true,
1715
localApiServer: true,
1816
modelHub: true,
1917
systemIntegrations: true,
2018
httpsProxy: true,
2119
defaultProviders: true,
2220
analytics: true,
23-
webAutoModelSelection: true,
21+
webAutoModelSelection: false,
2422
modelProviderSettings: true,
23+
mcpAutoApproveTools: false,
24+
mcpServersSettings: true,
25+
extensionsSettings: true,
2526
}
2627
}))
2728

0 commit comments

Comments
 (0)