Skip to content

Commit 8a715e6

Browse files
committed
update casing error
1 parent 0794adb commit 8a715e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/decorators/test_openai.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_semantic_search_input_valid_creation(self):
165165
"embeddingsModel": OpenAIModels.DefaultEmbeddingsModel, # NoQA
166166
"type": "semanticSearch",
167167
"collection": "test_collection",
168-
"searchconnectionName": "test_connection",
168+
"searchConnectionName": "test_connection",
169169
"systemPrompt": "test_prompt",
170170
"maxKnowledgeCount": 1,
171171
"temperature": "1",
@@ -195,7 +195,7 @@ def test_embeddings_store_output_valid_creation(self):
195195
"inputType": "test_input_type",
196196
"collection": "test_collection",
197197
"embeddingsModel": OpenAIModels.DefaultEmbeddingsModel,
198-
"storeconnectionName": "test_connection",
198+
"storeConnectionName": "test_connection",
199199
"maxOverlap": 1,
200200
"maxChunkLength": 1,
201201
"type": "embeddingsStore"})

0 commit comments

Comments
 (0)