Skip to content

Commit 7cbe6a6

Browse files
authored
fix(data-service): relax getSearchIndexes error message test (#4981)
This has been causing CI failures on main.
1 parent 1ef81a1 commit 7cbe6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-service/src/data-service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ describe('DataService', function () {
11441144
dataService.getSearchIndexes(testNamespace)
11451145
).to.be.rejectedWith(
11461146
MongoServerError,
1147-
"Unrecognized pipeline stage name: '$listSearchIndexes'"
1147+
/Unrecognized pipeline stage name: '\$listSearchIndexes'"|\$listSearchIndexes stage is only allowed on MongoDB Atlas/
11481148
);
11491149
});
11501150
});

0 commit comments

Comments
 (0)