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: