Browse Source

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

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/1.4.0
-LAN- 5 months ago
parent
commit
56cff485d0
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      api/tests/integration_tests/vdb/__mock/huaweicloudvectordb.py

+ 2
- 1
api/tests/integration_tests/vdb/__mock/huaweicloudvectordb.py View File

@@ -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