dify/api/tests/integration_tests/workflow
-LAN- 81e9d6f63a
fix: correct type checking for None values in code node output validation
- Fixed isinstance() checks to properly handle None values by checking None separately
- Fixed typo in STRING type validation where 'output_name' was hardcoded as string instead of variable
- Updated error message format to be consistent and more informative
- Updated test assertion to match new error message format
2025-09-04 20:39:37 +08:00
..
nodes fix: correct type checking for None values in code node output validation 2025-09-04 20:39:37 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_sync_workflow.py Fix: crash of workflow file upload (#10831) 2024-11-19 14:15:18 +08:00