pkgs/cli: Remove uncommented logic from creation test

This commit is contained in:
a-kenji
2025-07-25 14:44:20 +02:00
parent 15d88ba595
commit 326f418c88

View File

@@ -79,13 +79,6 @@ def test_create_flake_existing_git(
monkeypatch.chdir(flake_dir)
cli.run(["machines", "create", "machine1"])
# create a hardware-configuration.nix that doesn't throw an eval error
# for patch_machine in ["jon", "sara"]:
# (
# flake_dir / "machines" / f"{patch_machine}/hardware-configuration.nix"
# ).write_text("{}")
with capture_output as output:
cli.run(["machines", "list"])
assert "machine1" in output.out