diff --git a/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.spec.ts b/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.spec.ts index 65e2734a439..80450e296de 100644 --- a/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.spec.ts +++ b/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.spec.ts @@ -12,7 +12,6 @@ import { SyncService } from "@bitwarden/common/vault/abstractions/sync/sync.serv import { DialogService } from "@bitwarden/components"; import { CipherFormConfigService, PasswordRepromptService } from "@bitwarden/vault"; -import { CipherReportComponent } from "./cipher-report.component"; import { InactiveTwoFactorReportComponent } from "./inactive-two-factor-report.component"; import { cipherData } from "./reports-ciphers.mock"; @@ -64,10 +63,6 @@ describe("InactiveTwoFactorReportComponent", () => { provide: CipherFormConfigService, useValue: cipherFormConfigServiceMock, }, - { - provide: CipherReportComponent, - useValue: mock(), - }, ], schemas: [], }).compileComponents();