X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fceph%2Fcluster%2Fosd%2Fosd-details%2Fosd-details.component.spec.ts;h=0a9bc9d49a0e6dc53e47dce0ca57db967e0a5443;hb=e306af509c4d4816a1f73b17a825ea5186fa0030;hp=16b7f20e331a1719a8486a382c67b5e2c8744f46;hpb=5164c6f75c1d9ca9e83f6172e1cd48f9ab584acf;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts index 16b7f20e3..0a9bc9d49 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts @@ -7,7 +7,6 @@ import { of } from 'rxjs'; import { configureTestBed, i18nProviders } from '../../../../../testing/unit-test-helper'; import { OsdService } from '../../../../shared/api/osd.service'; -import { CdTableSelection } from '../../../../shared/models/cd-table-selection'; import { SharedModule } from '../../../../shared/shared.module'; import { TablePerformanceCounterComponent } from '../../../performance-counter/table-performance-counter/table-performance-counter.component'; import { DeviceListComponent } from '../../../shared/device-list/device-list.component'; @@ -38,7 +37,7 @@ describe('OsdDetailsComponent', () => { fixture = TestBed.createComponent(OsdDetailsComponent); component = fixture.componentInstance; - component.selection = new CdTableSelection(); + component.selection = undefined; debugElement = fixture.debugElement; osdService = debugElement.injector.get(OsdService);