1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 17:53:41 +00:00

fixing mock data and test cases for new apps

This commit is contained in:
Tom
2025-10-29 18:13:09 -04:00
parent bf1c415a33
commit 6912be9be3
2 changed files with 0 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ export const mockSummaryData: OrganizationReportSummary = {
totalCriticalAtRiskMemberCount: 1,
totalCriticalApplicationCount: 1,
totalCriticalAtRiskApplicationCount: 1,
newApplications: [],
};
export const mockApplicationData: OrganizationReportApplication[] = [
{

View File

@@ -175,7 +175,6 @@ describe("RiskInsightsReportService", () => {
totalCriticalAtRiskMemberCount: 1,
totalCriticalApplicationCount: 1,
totalCriticalAtRiskApplicationCount: 1,
newApplications: [],
},
applicationData: [],
};