mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
move webhook service to trigger sub dir
This commit is contained in:
@ -5,7 +5,7 @@ import pytest
|
||||
from flask import Flask
|
||||
from werkzeug.datastructures import FileStorage
|
||||
|
||||
from services.webhook_service import WebhookService
|
||||
from services.trigger.webhook_service import WebhookService
|
||||
|
||||
|
||||
class TestWebhookServiceUnit:
|
||||
|
||||
Reference in New Issue
Block a user