drop "system" argument from inventory

This commit is contained in:
Jörg Thalheim
2024-09-29 18:49:32 +02:00
parent c620ee9d90
commit 9cdd55acf4
4 changed files with 2 additions and 12 deletions

View File

@@ -55,9 +55,7 @@ def test_add_module_to_inventory(
)
opts = CreateOptions(
clan_dir=FlakeId(str(base_path)),
machine=Machine(
name="machine1", tags=[], system="x86_64-linux", deploy=MachineDeploy()
),
machine=Machine(name="machine1", tags=[], deploy=MachineDeploy()),
)
create_machine(opts)