lib/inventory: limit access to defined keys

This commit is contained in:
Johannes Kirschbauer
2025-08-16 12:11:53 +02:00
parent 9fe457ebd5
commit 2f27b3941e
3 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,6 @@ def test_inventory_deserialize_variants(
# Check that all keys are present
assert "meta" in inventory
assert "machines" in inventory
assert "services" in inventory
# assert "tags" in inventory
# assert "modules" in inventory
assert "instances" in inventory