move webhook service to trigger sub dir

This commit is contained in:
hjlarry
2025-10-02 00:17:53 +08:00
parent f827e8e1b7
commit a4109088c9
6 changed files with 5 additions and 5 deletions

View File

@ -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: