test_modules: add missing check argument

This commit is contained in:
Jörg Thalheim
2024-10-23 09:50:08 +02:00
parent fb277c9bf1
commit 9a560dfa35

View File

@@ -68,7 +68,7 @@ def test_add_module_to_inventory(
}
)
)
subprocess.run(["git", "add", "."], cwd=test_flake_with_core.path)
subprocess.run(["git", "add", "."], cwd=test_flake_with_core.path, check=True)
inventory = load_inventory_json(base_path)