Skip to content

Commit a137e70

Browse files
committed
Fix journey test due to new WCD implicit behaviour
1 parent a95e728 commit a137e70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/collections/journey.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ describe('Journey testing of the client using a WCD cluster', () => {
166166
default: {
167167
vectorizer: {
168168
name: 'text2vec-cohere',
169-
config: {},
169+
config: {
170+
vectorizeCollectionName: true,
171+
},
170172
},
171173
indexConfig: {
172174
cleanupIntervalSeconds: 300,

0 commit comments

Comments
 (0)