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 697a729 commit 998e6aaCopy full SHA for 998e6aa
tests/integration/tools/mongodb/read/aggregate.test.ts
@@ -796,7 +796,7 @@ describeWithMongoDB(
796
797
expect(response.isError).toBe(true);
798
expect(JSON.stringify(response.content)).toContain(
799
- "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"
800
);
801
});
802
0 commit comments