Skip to content

Commit

Permalink
🐛 remove useless test case
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Aug 24, 2023
1 parent 4c519c2 commit 1d05936
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,6 @@ async def test_websocket_client(driver: Driver):
@pytest.mark.parametrize(
("driver", "driver_type"),
[
pytest.param(
"nonebot.drivers.fastapi:Driver",
"fastapi",
id="fastapi",
),
pytest.param(
"nonebot.drivers.fastapi:Driver+nonebot.drivers.aiohttp:Mixin",
"fastapi+aiohttp",
Expand Down

0 comments on commit 1d05936

Please sign in to comment.