Fix spelling of ToastrNotificationService declaration

All references use "ToastrNotificationService" spelling instead of
"ToasterNotificationService". E.g. in:
* app.module.ts line #36
* data.service.spec.ts line #30
* details.component.spec.ts line #35
* home.component.spec.ts line #36
* http-error-handler.service.spec.ts line #26

Coverity-scan: CID-218328
Issue-ID: SO-2211
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I8e6bf72450e3c5fe938f53103bea505f2a2aad51
diff --git a/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts b/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts
index cb685c9..ceda3c9 100644
--- a/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts
+++ b/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts
@@ -29,7 +29,7 @@
   }

 }

 

-describe('ToasterNotificationService', () => {

+describe('ToastrNotificationService', () => {

   beforeEach(() => {

     TestBed.configureTestingModule({

       providers: [ToastrNotificationService,