X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fcore%2Fauth%2Flogin-password-form%2Flogin-password-form.component.spec.ts;h=c336d26657e6fe579924f089d18b57f86be73411;hb=f6b5b4d738b87d88d2de35127b6b0e41eae2a272;hp=cf21e749ad70ff4dda40841429e752df5d71970d;hpb=12732ca2e80d168d344a265acffc1fbd1fa1f1b5;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.spec.ts index cf21e749a..c336d2665 100755 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/login-password-form/login-password-form.component.spec.ts @@ -24,21 +24,18 @@ describe('LoginPasswordFormComponent', () => { let authStorageService: AuthStorageService; let authService: AuthService; - configureTestBed( - { - imports: [ - HttpClientTestingModule, - RouterTestingModule, - ReactiveFormsModule, - ComponentsModule, - ToastrModule.forRoot(), - SharedModule - ], - declarations: [LoginPasswordFormComponent], - providers: i18nProviders - }, - true - ); + configureTestBed({ + imports: [ + HttpClientTestingModule, + RouterTestingModule, + ReactiveFormsModule, + ComponentsModule, + ToastrModule.forRoot(), + SharedModule + ], + declarations: [LoginPasswordFormComponent], + providers: i18nProviders + }); beforeEach(() => { fixture = TestBed.createComponent(LoginPasswordFormComponent);