Skip to content

Commit 4623f3f

Browse files
committed
Update expected baseURL key
1 parent d2b89f4 commit 4623f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/journey.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe('Journey testing of the client using a WCD cluster', () => {
168168
vectorizer: {
169169
name: 'text2vec-cohere',
170170
config: {
171-
baseUrl: 'https://api.cohere.ai',
171+
baseURL: 'https://api.cohere.ai',
172172
model: 'embed-multilingual-v3.0',
173173
truncate: 'END',
174174
vectorizeCollectionName: true,

0 commit comments

Comments
 (0)