mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 05:46:06 +08:00
The test calls collect_strings() directly, which now lazy-imports langflow.utils.i18n_keys. Patch a minimal fake module into sys.modules so the test runs without langflow installed. Also fix the key assertion to match the lowercased output of normalize_component_key.