1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 10:33:31 +00:00

changes to sponsorship is showing in individual vault (#14627)

This commit is contained in:
cyprain-okeke
2025-05-12 18:20:56 +01:00
committed by GitHub
parent 355bddc6c9
commit a10b9530af
5 changed files with 12 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ describe("ORGANIZATIONS state", () => {
userIsManagedByOrganization: false,
useRiskInsights: false,
useAdminSponsoredFamilies: false,
isAdminInitiated: false,
},
};
const result = sut.deserializer(JSON.parse(JSON.stringify(expectedResult)));