]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-tabs/rgw-user-tabs.component.spec.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-user-tabs / rgw-user-tabs.component.spec.ts
index 3b81e718dc43c8b5fbaa9ae917591b7a53ca340a..43a0d296c35345a8d1d90b24eb887a6f675ec8a9 100644 (file)
@@ -1,15 +1,14 @@
 import { ComponentFixture, TestBed } from '@angular/core/testing';
 
 import { RgwUserTabsComponent } from './rgw-user-tabs.component';
+import { configureTestBed } from '~/testing/unit-test-helper';
 
 describe('RgwUserTabsComponent', () => {
   let component: RgwUserTabsComponent;
   let fixture: ComponentFixture<RgwUserTabsComponent>;
 
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      declarations: [RgwUserTabsComponent]
-    }).compileComponents();
+  configureTestBed({
+    declarations: [RgwUserTabsComponent]
   });
 
   beforeEach(() => {