Skip to content

Commit

Permalink
fix(data-service): relax getSearchIndexes error message test (#4981)
Browse files Browse the repository at this point in the history
This has been causing CI failures on main.
  • Loading branch information
addaleax authored Oct 12, 2023
1 parent 1ef81a1 commit 7cbe6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-service/src/data-service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ describe('DataService', function () {
dataService.getSearchIndexes(testNamespace)
).to.be.rejectedWith(
MongoServerError,
"Unrecognized pipeline stage name: '$listSearchIndexes'"
/Unrecognized pipeline stage name: '\$listSearchIndexes'"|\$listSearchIndexes stage is only allowed on MongoDB Atlas/
);
});
});
Expand Down

0 comments on commit 7cbe6a6

Please sign in to comment.