dify/api/tests/unit_tests/controllers/web
Novice 4fb3210f9a
fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2026-06-10 07:28:12 +00:00
..
__init__.py
conftest.py chore: fix use select style api in orm (#35531) 2026-04-24 08:35:20 +00:00
test_app.py
test_audio.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_completion.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_error.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
test_feature.py
test_files.py
test_human_input_file_upload.py feat(api): introduce select, file and file list form input types to Human Input node (#36322) 2026-06-04 01:54:28 +00:00
test_human_input_form.py feat(api): introduce select, file and file list form input types to Human Input node (#36322) 2026-06-04 01:54:28 +00:00
test_message_endpoints.py
test_message_list.py
test_passport.py
test_pydantic_models.py
test_remote_files.py fix(api): centralize remote file retrieval (#36399) 2026-06-01 09:25:08 +00:00
test_saved_message.py fix(api): stop returning 204 with response body and add CI check (#36489) 2026-05-21 16:20:34 +00:00
test_web_login.py chore: add type to test (#36324) 2026-05-18 08:47:47 +00:00
test_web_passport.py
test_workflow_events.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
test_workflow.py