test(vdb/huaweicloudvectordb): Fix the wrong import path (#19413)

Signed-off-by: -LAN- <laipz8200@outlook.com>
pull/19460/head
-LAN- 11 months ago committed by GitHub
parent 3a85f218ed
commit 56cff485d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,9 +2,10 @@ import os
import pytest
from _pytest.monkeypatch import MonkeyPatch
from api.core.rag.datasource.vdb.field import Field
from elasticsearch import Elasticsearch
from core.rag.datasource.vdb.field import Field
class MockIndicesClient:
def __init__(self):

Loading…
Cancel
Save