rename machine_flake back to clan_flake
This commit is contained in:
@@ -4,9 +4,7 @@ import pytest
|
||||
from cli import Cli
|
||||
|
||||
|
||||
def test_machine_subcommands(
|
||||
machine_flake: Path, capsys: pytest.CaptureFixture
|
||||
) -> None:
|
||||
def test_machine_subcommands(clan_flake: Path, capsys: pytest.CaptureFixture) -> None:
|
||||
cli = Cli()
|
||||
cli.run(["machines", "create", "machine1"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user