mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 00:31:19 +08:00
test: clarify container boundaries for storage and Redis
This commit is contained in:
parent
599c1f7b99
commit
7637f4beb7
@ -3,9 +3,13 @@
|
||||
import json
|
||||
from uuid import uuid4
|
||||
|
||||
import pytest
|
||||
|
||||
from extensions.ext_redis import redis_client
|
||||
from services.enterprise.account_deletion_sync import _queue_task
|
||||
|
||||
pytestmark = pytest.mark.usefixtures("set_up_containers_and_env")
|
||||
|
||||
|
||||
def test_queue_task_success() -> None:
|
||||
workspace_id = str(uuid4())
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
"""Unit coverage for OpenDAL filesystem root selection."""
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
Loading…
Reference in New Issue
Block a user