clan_cli: flake_name -> flake_dir
This commit is contained in:
@@ -6,5 +6,5 @@ from clan_cli.config.schema import machine_schema
|
||||
|
||||
@pytest.mark.with_core
|
||||
def test_schema_for_machine(test_flake_with_core: FlakeForTest) -> None:
|
||||
schema = machine_schema(test_flake_with_core.name, config={})
|
||||
schema = machine_schema(test_flake_with_core.path, config={})
|
||||
assert "properties" in schema
|
||||
|
||||
Reference in New Issue
Block a user