drop "system" argument from inventory
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user