ARG001: fix
This commit is contained in:
@@ -2,7 +2,7 @@ import pytest
|
||||
from cli import Cli
|
||||
|
||||
|
||||
def test_help(capfd: pytest.CaptureFixture) -> None:
|
||||
def test_help() -> None:
|
||||
cli = Cli()
|
||||
with pytest.raises(SystemExit):
|
||||
cli.run(["clan-vm-manager", "--help"])
|
||||
|
||||
Reference in New Issue
Block a user