lib/modules: list modules consistent argument

This commit is contained in:
Johannes Kirschbauer
2025-07-13 13:53:58 +02:00
parent 079f5d1033
commit 6d2f522cbb
3 changed files with 3 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ def test_clan_create_api(
store = InventoryStore(clan_dir_flake)
inventory = store.read()
modules = list_service_modules(str(clan_dir_flake.path))
modules = list_service_modules(clan_dir_flake)
assert (
modules["modules"]["clan-core"]["admin"]["manifest"]["name"]
== "clan-core/admin"