We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55af809 commit b29abbfCopy full SHA for b29abbf
tests/unit/poller/worker/test_inventory.py
@@ -65,7 +65,7 @@ async def ready_inventory():
65
"""
66
inv = _init_inventory()
67
with patch.multiple(Node, _init_ssh=get_async_task_mock(),
68
- init_node=get_async_task_mock()):
+ _fetch_init_dev_data=get_async_task_mock()):
69
await inv.build_inventory()
70
return inv
71
@@ -100,7 +100,7 @@ async def test_inventory_build():
100
101
102
103
104
nodes = await inv.build_inventory()
105
106
# Check if nodes are registered in the inventory
0 commit comments