From 98a977eaf25326e95bc86fd09fc5b50e23162a87 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Sat, 11 Apr 2026 19:58:40 +0800 Subject: [PATCH] chore: revert not related change --- .../header/account-dropdown/__tests__/index.spec.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/app/components/header/account-dropdown/__tests__/index.spec.tsx b/web/app/components/header/account-dropdown/__tests__/index.spec.tsx index 7efac8f5e8..9d4226c33a 100644 --- a/web/app/components/header/account-dropdown/__tests__/index.spec.tsx +++ b/web/app/components/header/account-dropdown/__tests__/index.spec.tsx @@ -85,10 +85,6 @@ vi.mock('@/config', () => ({ get isAmplitudeEnabled() { return mockConfig.IS_CLOUD_EDITION && !!mockConfig.AMPLITUDE_API_KEY }, get ZENDESK_WIDGET_KEY() { return mockConfig.ZENDESK_WIDGET_KEY }, get SUPPORT_EMAIL_ADDRESS() { return mockConfig.SUPPORT_EMAIL_ADDRESS }, - API_PREFIX: 'http://localhost:5001/console/api', - APP_VERSION: '1.0.0', - IS_MARKETPLACE: false, - MARKETPLACE_API_PREFIX: 'http://localhost:5001/marketplace/api', IS_DEV: false, IS_CE_EDITION: false, }))