]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: introduce details card component 64631/head
authorNaman Munet <naman.munet@ibm.com>
Thu, 31 Jul 2025 07:04:51 +0000 (12:34 +0530)
committerNaman Munet <naman.munet@ibm.com>
Thu, 31 Jul 2025 07:04:51 +0000 (12:34 +0530)
fixed test case

Fixes: https://tracker.ceph.com/issues/72246
Signed-off-by: Naman Munet <naman.munet@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/details-card/details-card.component.spec.ts

index 05f5c9ab6cd06ccf969da7d31e356dec67b37c2c..da32634778db75999d2fdc078014207e11676247 100644 (file)
@@ -8,7 +8,7 @@ describe('DetailsCardComponent', () => {
 
   beforeEach(async () => {
     await TestBed.configureTestingModule({
-      imports: [DetailsCardComponent]
+      declarations: [DetailsCardComponent]
     }).compileComponents();
 
     fixture = TestBed.createComponent(DetailsCardComponent);