mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
move test_cache_control
This commit is contained in:
parent
8b96170e53
commit
fd6e5c2c8d
@ -5,7 +5,7 @@ from aiohttp import web
|
|||||||
from aiohttp.test_utils import make_mocked_request
|
from aiohttp.test_utils import make_mocked_request
|
||||||
from typing import Dict, Any
|
from typing import Dict, Any
|
||||||
|
|
||||||
from middleware.cache_middleware import cache_control, ONE_HOUR, ONE_DAY, IMG_EXTENSIONS
|
from comfy.middleware.cache_middleware import cache_control, ONE_HOUR, ONE_DAY, IMG_EXTENSIONS
|
||||||
|
|
||||||
pytestmark = pytest.mark.asyncio # Apply asyncio mark to all tests
|
pytestmark = pytest.mark.asyncio # Apply asyncio mark to all tests
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user