diff --git a/pkgs/clan-app/tests/test_cli.py b/pkgs/clan-app/tests/test_cli.py index 9a3b5cdb8..49b8e3805 100644 --- a/pkgs/clan-app/tests/test_cli.py +++ b/pkgs/clan-app/tests/test_cli.py @@ -2,6 +2,6 @@ import pytest from helpers import cli -def test_help(capfd: pytest.CaptureFixture) -> None: +def test_help() -> None: with pytest.raises(SystemExit): cli.run(["clan-app", "--help"])