dify/api/tests/integration_tests
-LAN- 9796cede72
fix: add missing type field to node configurations in integration tests
- Added 'type' field to all node data configurations in test files
- Fixed test_code.py: added 'type: code' to all code node configs
- Fixed test_http.py: added 'type: http-request' to all HTTP node configs
- Fixed test_template_transform.py: added 'type: template-transform' to template node config
- Fixed test_tool.py: added 'type: tool' to all tool node configs
- Added setup_code_executor_mock fixture to test_execute_code_scientific_notation

These changes fix the ValueError: 'Node X missing or invalid type information' errors
that were occurring due to changes in the node factory validation requirements.
2025-09-10 02:54:01 +08:00
..
controllers/console fix: resolve AppCard description overlap with tag area (#23585) 2025-08-08 09:05:55 +08:00
factories add more dataclass (#25039) 2025-09-06 03:20:13 +08:00
model_runtime/__mock remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
plugin Typing test (#24651) 2025-08-28 09:36:39 +08:00
services feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
storage feat: Add Clickzetta Lakehouse vector database integration (#22551) 2025-08-07 14:21:46 +08:00
tasks feat(api): auto-delete WorkflowDraftVariable when app is deleted (#23737) 2025-08-13 11:13:08 +08:00
tools Typing test (#24651) 2025-08-28 09:36:39 +08:00
utils chore: apply flake8-pytest-style linter rules (#8307) 2024-09-12 18:09:16 +08:00
vdb Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-06 16:05:13 +08:00
workflow fix: add missing type field to node configurations in integration tests 2025-09-10 02:54:01 +08:00
.env.example Feat/change user email (#22213) 2025-07-17 10:55:59 +08:00
.gitignore Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
__init__.py feat: server multi models support (#799) 2023-08-12 00:57:00 +08:00
conftest.py Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-06 16:05:13 +08:00