1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

Fixing memeber details test to have new member

This commit is contained in:
Tom
2024-12-09 11:58:18 -05:00
parent ffbd0cf4fb
commit c0f0a952aa

View File

@@ -97,7 +97,7 @@ describe("Member Cipher Details API Service", () => {
const orgId = "1234";
const result = await memberCipherDetailsApiService.getMemberCipherDetails(orgId);
expect(result).not.toBeNull();
expect(result).toHaveLength(6);
expect(result).toHaveLength(7);
expect(apiService.send).toHaveBeenCalledWith(
"GET",
"/reports/member-cipher-details/" + orgId,