We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f69ab commit 697a729Copy full SHA for 697a729
tests/integration/tools/mongodb/read/aggregate.test.ts
@@ -733,7 +733,7 @@ describeWithMongoDB(
733
734
expect(response.isError).toBe(true);
735
expect(JSON.stringify(response.content)).toContain(
736
- "Error running aggregate: Vector search stage contains filter on fields are not indexed by index default - name"
+ "Error running aggregate: Vector search stage contains filter on fields that are not indexed by index default - name"
737
);
738
});
739
0 commit comments