1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-02 03:21:19 +00:00

Fixing bulk restore request property name to match server. (#18757)

This commit is contained in:
Jared McCannon
2026-02-05 08:03:09 -06:00
committed by GitHub
parent f457abf60b
commit ba905dbf12
2 changed files with 4 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ describe("DefaultOrganizationUserService", () => {
).toHaveBeenCalledWith(
mockOrganization.id,
expect.objectContaining({
userIds: mockUserIds,
ids: mockUserIds,
defaultUserCollectionName: mockEncryptedCollectionName.encryptedString,
}),
);