]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix wrong import in iscsi unit test 38409/head
authorErnesto Puerta <epuertat@redhat.com>
Wed, 2 Dec 2020 20:49:26 +0000 (21:49 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Wed, 2 Dec 2020 21:19:00 +0000 (22:19 +0100)
This commit bdf866e436b8772a4080ade7298192eee9adcc97 happened after the
last run of https://github.com/ceph/ceph/pull/37198 make check. That's
why that latter PR passed the tests then but failed when merged in
master.

Fixes: https://tracker.ceph.com/issues/48441
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts

index 494559e15ca22a456bee1830b74cd7a9620be5d8..10475872a2e53d0895130ff0d5ecb9fc08553063 100644 (file)
@@ -4,10 +4,10 @@ import { ReactiveFormsModule } from '@angular/forms';
 import { ActivatedRoute } from '@angular/router';
 import { RouterTestingModule } from '@angular/router/testing';
 
-import { SelectOption } from 'app/shared/components/select/select-option.model';
 import { ToastrModule } from 'ngx-toastr';
 
 import { LoadingPanelComponent } from '~/app/shared/components/loading-panel/loading-panel.component';
+import { SelectOption } from '~/app/shared/components/select/select-option.model';
 import { CdFormGroup } from '~/app/shared/forms/cd-form-group';
 import { SharedModule } from '~/app/shared/shared.module';
 import { ActivatedRouteStub } from '~/testing/activated-route-stub';