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 fa45e6f commit ac80a9cCopy full SHA for ac80a9c
tests/unit/common/roles.test.ts
@@ -85,7 +85,7 @@ describe("getDefaultRoleFromConfig", () => {
85
it("should return the correct role for a read-write config with update disabled", () => {
86
const role = getDefaultRoleFromConfig(readWriteConfigWithUpdateDisabled);
87
expect(role).toEqual({
88
- roleName: "readAnyDatabase",
+ roleName: "readWriteAnyDatabase",
89
databaseName: "admin",
90
});
91
0 commit comments