diff --git a/web/app/components/rag-pipeline/components/update-dsl-modal.spec.tsx b/web/app/components/rag-pipeline/components/update-dsl-modal.spec.tsx index 317f2b19d4..5db7985914 100644 --- a/web/app/components/rag-pipeline/components/update-dsl-modal.spec.tsx +++ b/web/app/components/rag-pipeline/components/update-dsl-modal.spec.tsx @@ -137,6 +137,7 @@ vi.mock('@/app/components/workflow/constants', () => ({ afterEach(() => { cleanup() vi.clearAllMocks() + vi.useRealTimers() }) describe('UpdateDSLModal', () => {