Skip to content

Commit 0c8493f

Browse files
committed
nit- fix typing
1 parent 8bb3b2d commit 0c8493f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: backend/tests/integration/tests/image_indexing/indexing_images.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import pytest
66

7+
from onyx.connectors.models import InputType
78
from onyx.db.enums import AccessType
89
from onyx.server.documents.models import DocumentSource
910
from tests.integration.common_utils.connectors import upload_file
@@ -65,7 +66,7 @@ def test_image_indexing(reset: None) -> None:
6566
connector = ConnectorManager.create(
6667
name=connector_name,
6768
source=DocumentSource.FILE,
68-
input_type="load_state",
69+
input_type=InputType.LOAD_STATE,
6970
connector_specific_config={"file_locations": file_paths},
7071
access_type=AccessType.PUBLIC,
7172
groups=[],

0 commit comments

Comments
 (0)