ragflow/test/testcases/test_http_api
Liu An a3bebeb599
Fix: Enforce 255-byte filename limit (#8290)
### What problem does this PR solve?

- Add filename length validation (<=255 bytes) for document
upload/rename in both HTTP and SDK APIs
- Update error messages for consistency
- Fix comparison operator in SDK from '>=' to '>' for filename length
check

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-06-16 16:39:41 +08:00
..
test_chat_assistant_management Refa: Test configs (#8220) 2025-06-12 17:42:00 +08:00
test_chunk_management_within_dataset Refa: Test configs (#8220) 2025-06-12 17:42:00 +08:00
test_dataset_mangement Test: Add web API test suite for knowledge base operations (#8254) 2025-06-13 16:39:10 +08:00
test_file_management_within_dataset Fix: Enforce 255-byte filename limit (#8290) 2025-06-16 16:39:41 +08:00
test_session_management Refa: Test configs (#8220) 2025-06-12 17:42:00 +08:00
common.py Refa: Test configs (#8220) 2025-06-12 17:42:00 +08:00
conftest.py Test: Refactor test fixtures to use HttpApiAuth naming consistently (#8180) 2025-06-11 14:25:40 +08:00