]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/config-option/config-option.component.spec.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / config-option / config-option.component.spec.ts
index bc2d1ce33039805526513bad7f895cef7b0359bb..89019bf1d69a2a837ae8fa784a7715ead622f55f 100644 (file)
@@ -30,7 +30,7 @@ describe('ConfigOptionComponent', () => {
     fixture.detectChanges();
     configurationService = TestBed.get(ConfigurationService);
 
-    const configOptions = [
+    const configOptions: Record<string, any> = [
       {
         name: 'osd_scrub_auto_repair_num_errors',
         type: 'uint',