From 6a9a9ebad651caa078804e14e16c6b8a38d7334c Mon Sep 17 00:00:00 2001 From: wayyoungboy <1017761807@qq.com> Date: Sun, 7 Jun 2026 07:15:39 +0800 Subject: [PATCH] Fix blueprint CLI test group for Click 8.4 --- tests/test_blueprints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_blueprints.py b/tests/test_blueprints.py index 16f77e4..ca853fa 100644 --- a/tests/test_blueprints.py +++ b/tests/test_blueprints.py @@ -152,7 +152,7 @@ async def post(self) -> ResponseReturnValue: [ ("named", ["named", "cmd"]), (None, ["cmd"]), - (Ellipsis, ["blueprint", "cmd"]), + ("blueprint", ["blueprint", "cmd"]), ], ) def test_cli_blueprints(cli_group: str | None, args: list[str]) -> None: