dify/api/tests
-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
..
fixtures/workflow feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
integration_tests fix: correct type checking for None values in code node output validation 2025-09-04 20:39:37 +08:00
test_containers_integration_tests Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-04 12:48:58 +08:00
unit_tests fix: disable scale for perfermance 2025-09-04 19:11:22 +08:00
__init__.py Initial commit 2023-05-15 08:51:32 +08:00