X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ffrontend%2Fsrc%2Fapp%2Fshared%2Fservices%2Fprometheus-alert-formatter.spec.ts;h=0b0190553aaf522b20582fdf7b3ea4cbea4a3e4e;hb=494da23a05e25ed98f5539f3b89e6af3cafe3fec;hp=2b865a400caf27b6587f98071557b30f0c6c93d0;hpb=931c18d5142274109ebfaecd012da8e5a3ebc67e;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert-formatter.spec.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert-formatter.spec.ts index 2b865a400..0b0190553 100644 --- a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert-formatter.spec.ts +++ b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/prometheus-alert-formatter.spec.ts @@ -1,6 +1,6 @@ import { TestBed } from '@angular/core/testing'; -import { ToastModule } from 'ng2-toastr'; +import { ToastrModule } from 'ngx-toastr'; import { configureTestBed, @@ -20,7 +20,7 @@ describe('PrometheusAlertFormatter', () => { let prometheus: PrometheusHelper; configureTestBed({ - imports: [ToastModule.forRoot(), SharedModule], + imports: [ToastrModule.forRoot(), SharedModule], providers: [PrometheusAlertFormatter, i18nProviders] });