fix: use correct plugin_id for WaterCrawl datasource (#33182)

Co-authored-by: bgondell <bruno.gondell@gmail.com0>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Bruno Gondell
2026-03-10 01:32:40 -04:00
committed by GitHub
parent eaf86c521f
commit 3835cfe87e
3 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ from core.trigger.debug.event_selectors import (
select_trigger_debug_events,
)
from core.trigger.debug.events import PluginTriggerDebugEvent, WebhookDebugEvent
from core.workflow.enums import NodeType
from dify_graph.enums import NodeType
from tests.unit_tests.core.trigger.conftest import VALID_PROVIDER_ID