X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fceph%2Fpool%2Fpool-form%2Fpool-form.component.spec.ts;h=85c0fe6cd19c7b52fb253216e2534ff584e7c4b6;hb=801d13919e6e45e802ad11351165f68b8a7a3869;hp=8a9128ce1fb2168e71683e48e30d4ad5f45653c0;hpb=1e2771a6db9e1e780ad6df927ee37ba10a2b84d4;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts index 8a9128ce1..85c0fe6cd 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts @@ -1283,9 +1283,15 @@ describe('PoolFormComponent', () => { form.get(controlName).markAsPristine(); beforeEach(() => { - ['algorithm', 'maxBlobSize', 'minBlobSize', 'mode', 'pgNum', 'ratio', 'name'].forEach( - (name) => markControlAsPreviouslySet(name) - ); + [ + 'algorithm', + 'maxBlobSize', + 'minBlobSize', + 'mode', + 'pgNum', + 'ratio', + 'name' + ].forEach((name) => markControlAsPreviouslySet(name)); fixture.detectChanges(); });