rename machine_flake back to clan_flake

This commit is contained in:
Jörg Thalheim
2023-09-14 17:04:04 +02:00
parent 2048ffccb0
commit 02f421546c
14 changed files with 54 additions and 56 deletions

View File

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