Files
dify/api/tests
GareArc 45d8836d09 fix: correct mock patch paths in integration tests
- Change patch from 'services.account_service.sync_account_deletion'
  to 'services.enterprise.account_deletion_sync.sync_account_deletion'
- Change patch from 'services.account_service.sync_workspace_member_removal'
  to 'services.enterprise.account_deletion_sync.sync_workspace_member_removal'
- Functions are imported locally within methods, so must patch at source module

Fixes CI test failures in PR #31519
2026-01-25 23:05:38 -08:00
..
2023-05-15 08:51:32 +08:00