]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.spec.ts
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-bucket-list / rgw-bucket-list.component.spec.ts
index 3f0bf0bcca5266d7c0bdd42783c287c6799f6d02..98cd5fed526c964f51c770a12bed241573551675 100644 (file)
@@ -1,5 +1,6 @@
 import { HttpClientTestingModule } from '@angular/common/http/testing';
 import { ComponentFixture, TestBed } from '@angular/core/testing';
+import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
 import { RouterTestingModule } from '@angular/router/testing';
 
 import { ModalModule } from 'ngx-bootstrap/modal';
@@ -22,6 +23,7 @@ describe('RgwBucketListComponent', () => {
   configureTestBed({
     declarations: [RgwBucketListComponent, RgwBucketDetailsComponent],
     imports: [
+      BrowserAnimationsModule,
       RouterTestingModule,
       ModalModule.forRoot(),
       SharedModule,