clan-cli: Fix some type errors in tests

This commit is contained in:
Qubasa
2024-08-21 15:48:26 +02:00
parent f74df54edd
commit 19fe0432d9
6 changed files with 24 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ def test_add_module_to_inventory(
]
)
create_machine(
FlakeId(base_path),
FlakeId(str(base_path)),
Machine(
name="machine1", tags=[], system="x86_64-linux", deploy=MachineDeploy()
),