Test: Added test cases for Delete Chat Assistants HTTP API (#6879)

### What problem does this PR solve?

cover [delete chat
assistants](https://ragflow.io/docs/dev/http_api_reference#delete-chat-assistants)
endpoints

### Type of change

- [x] add test cases
This commit is contained in:
liu an
2025-04-08 18:53:02 +08:00
committed by GitHub
parent dc2c74b249
commit c26c38ee12
3 changed files with 124 additions and 2 deletions

View File

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from concurrent.futures import ThreadPoolExecutor
import pytest