X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fshared%2Fapi%2Fsettings.service.spec.ts;h=dd73fe9cd0e2603dcd16f7d09e17cfad24a6b3a3;hb=f6b5b4d738b87d88d2de35127b6b0e41eae2a272;hp=86b8c06e503a25c667400c95729d555d21c969fd;hpb=12732ca2e80d168d344a265acffc1fbd1fa1f1b5;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.spec.ts index 86b8c06e5..dd73fe9cd 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.spec.ts @@ -11,13 +11,10 @@ describe('SettingsService', () => { const exampleUrl = 'api/settings/something'; const exampleValue = 'http://localhost:3000'; - configureTestBed( - { - providers: [SettingsService], - imports: [HttpClientTestingModule] - }, - true - ); + configureTestBed({ + providers: [SettingsService], + imports: [HttpClientTestingModule] + }); beforeEach(() => { service = TestBed.get(SettingsService);