feat(block): Make RetrieveInformationBlock output static

This commit is contained in:
Zamil Majdy
2025-07-03 14:15:22 -07:00
parent e3d84d87f8
commit 5d91a9c9b9

View File

@@ -128,6 +128,7 @@ class RetrieveInformationBlock(Block):
("value", {"theme": "light", "language": "en"}),
],
test_mock={"_retrieve_data": lambda *args, **kwargs: None},
static_output=True,
)
async def run(