Skip to content

Commit 998e6aa

Browse files
Update tests/integration/tools/mongodb/read/aggregate.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 697a729 commit 998e6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/mongodb/read/aggregate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ describeWithMongoDB(
796796

797797
expect(response.isError).toBe(true);
798798
expect(JSON.stringify(response.content)).toContain(
799-
"Error running aggregate: Vector search stage contains filter on fields are not indexed by index default - name"
799+
"Error running aggregate: Vector search stage contains filter on fields that are not indexed by index default - name"
800800
);
801801
});
802802
});

0 commit comments

Comments
 (0)