generated from Luis/nextjs-python-web-template
cli: rename clan_flake to test_flake
This commit is contained in:
@@ -3,6 +3,6 @@ from pathlib import Path
|
||||
from clan_cli.config import machine
|
||||
|
||||
|
||||
def test_schema_for_machine(clan_flake: Path) -> None:
|
||||
schema = machine.schema_for_machine("machine1", clan_flake)
|
||||
def test_schema_for_machine(test_flake: Path) -> None:
|
||||
schema = machine.schema_for_machine("machine1", test_flake)
|
||||
assert "properties" in schema
|
||||
|
||||
Reference in New Issue
Block a user