]> 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 ceph 16.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-bucket-list / rgw-bucket-list.component.spec.ts
index 94dc9f070a15be6d45994899197913328a4ba423..ff070579317652ed649c2135c3c271d631ca70f6 100644 (file)
@@ -36,7 +36,7 @@ describe('RgwBucketListComponent', () => {
     rgwBucketServiceListSpy.and.returnValue(of([]));
     fixture = TestBed.createComponent(RgwBucketListComponent);
     component = fixture.componentInstance;
-    spyOn(component, 'timeConditionReached').and.stub();
+    spyOn(component, 'setTableRefreshTimeout').and.stub();
     fixture.detectChanges();
   });