]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/settings.service.spec.ts
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / api / settings.service.spec.ts
index 86b8c06e503a25c667400c95729d555d21c969fd..dd73fe9cd0e2603dcd16f7d09e17cfad24a6b3a3 100644 (file)
@@ -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);