{{ message.summary | translate: message.data?.translationParams }}
diff --git a/src/app/shared/services/cookie-consent/cookie-consent.service.spec.ts b/src/app/shared/services/cookie-consent/cookie-consent.service.spec.ts
new file mode 100644
index 000000000..84e0aa7d2
--- /dev/null
+++ b/src/app/shared/services/cookie-consent/cookie-consent.service.spec.ts
@@ -0,0 +1,42 @@
+import { TestBed } from '@angular/core/testing';
+
+import { CookieConsentService } from './cookie-consent.service';
+
+describe('CookieConsentService', () => {
+ let service: CookieConsentService;
+
+ beforeEach(() => {
+ TestBed.configureTestingModule({});
+ service = TestBed.inject(CookieConsentService);
+
+ const store: Record