Feature: 将 block driver 转正为 none 驱动器 (#1522)

This commit is contained in:
uy/sun
2023-01-01 15:08:00 +08:00
committed by GitHub
parent c73ca2b43f
commit 69edb98835
6 changed files with 55 additions and 31 deletions

View File

@ -149,7 +149,7 @@ async def test_http_driver(app: App):
),
pytest.param(
{"driver": "~httpx:Driver+~websockets"},
"block_driver+httpx+websockets",
"none+httpx+websockets",
id="httpx+websockets",
),
],