test: don't expect a machines folder

This commit is contained in:
Johannes Kirschbauer
2025-07-08 11:53:20 +02:00
parent 8d5740fd16
commit 0cbdfb26f1

View File

@@ -65,8 +65,6 @@ def test_clan_core_templates(
assert (flake_nix).exists()
assert (flake_nix).is_file()
assert (my_clan / "machines").is_dir()
# Test if we can write to the flake.nix file
with flake_nix.open("r+") as f:
data = f.read()