X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fceph%2Fdashboard%2Fhealth%2Fhealth.component.spec.ts;h=8f671f791132b5811d994bda629708000e88ca60;hb=b3b6e05ebb17ef6ac03c6f6f46d242185719a08e;hp=e1de5f7f59640ec69e9db07ecb2f24b5ad3a18d7;hpb=f67539c23b11f3b8a2ecaeeddf7a403ae1c442a8;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts index e1de5f7f5..8f671f791 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts @@ -8,6 +8,7 @@ import { of } from 'rxjs'; import { PgCategoryService } from '~/app/ceph/shared/pg-category.service'; import { HealthService } from '~/app/shared/api/health.service'; +import { CssHelper } from '~/app/shared/classes/css-helper'; import { Permissions } from '~/app/shared/models/permissions'; import { AuthStorageService } from '~/app/shared/services/auth-storage.service'; import { FeatureTogglesService } from '~/app/shared/services/feature-toggles.service'; @@ -61,7 +62,8 @@ describe('HealthComponent', () => { providers: [ { provide: AuthStorageService, useValue: fakeAuthStorageService }, PgCategoryService, - RefreshIntervalService + RefreshIntervalService, + CssHelper ] });