Fixed sanity tests

This commit is contained in:
Mark J. Horninger 2024-02-20 21:15:19 -05:00
parent eb33221a0f
commit 1992c396e8
2 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,6 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
self._get_peer_inventory()
self._add_hostvars_for_peers()
if update_cache:
self._cache[cache_key] = self._cacheable_inventory()

View File

@ -21,6 +21,7 @@ import json
display = Display()
@pytest.fixture(scope="module")
def inventory():
plugin = InventoryModule()