remove unused fixture

This commit is contained in:
Jörg Thalheim
2024-08-15 18:49:07 +02:00
parent 89c6a4b683
commit 4d9c5b48c8

View File

@@ -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"])