We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb3b2d commit 0c8493fCopy full SHA for 0c8493f
backend/tests/integration/tests/image_indexing/indexing_images.py
@@ -4,6 +4,7 @@
4
5
import pytest
6
7
+from onyx.connectors.models import InputType
8
from onyx.db.enums import AccessType
9
from onyx.server.documents.models import DocumentSource
10
from tests.integration.common_utils.connectors import upload_file
@@ -65,7 +66,7 @@ def test_image_indexing(reset: None) -> None:
65
66
connector = ConnectorManager.create(
67
name=connector_name,
68
source=DocumentSource.FILE,
- input_type="load_state",
69
+ input_type=InputType.LOAD_STATE,
70
connector_specific_config={"file_locations": file_paths},
71
access_type=AccessType.PUBLIC,
72
groups=[],
0 commit comments