mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 02:50:48 +00:00
✨ Feature: 将 block driver 转正为 none 驱动器 (#1522)
This commit is contained in:
@ -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",
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user