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:
@@ -258,7 +258,7 @@ describe("DefaultOrganizationUserService", () => {
|
||||
).toHaveBeenCalledWith(
|
||||
mockOrganization.id,
|
||||
expect.objectContaining({
|
||||
userIds: mockUserIds,
|
||||
ids: mockUserIds,
|
||||
defaultUserCollectionName: mockEncryptedCollectionName.encryptedString,
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user