From e44c7f7bc30c0317e8838d502fa782176d8a619d Mon Sep 17 00:00:00 2001
From: kbeyro <121854496+kbeyro@users.noreply.github.com>
Date: Fri, 16 May 2025 14:26:13 +0200
Subject: [PATCH] fix test

---
 .../clusters/managerdetails/managerdetails.component.spec.ts  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/app/shared/admin/clusters/managerdetails/managerdetails.component.spec.ts b/src/app/shared/admin/clusters/managerdetails/managerdetails.component.spec.ts
index eef78c6c..b9b92880 100644
--- a/src/app/shared/admin/clusters/managerdetails/managerdetails.component.spec.ts
+++ b/src/app/shared/admin/clusters/managerdetails/managerdetails.component.spec.ts
@@ -22,6 +22,8 @@ describe('ClusterManagerDetailsComponent', () => {
     id: 1,
     name: 'Test Cluster',
     state: "UP",
+    currentStateSince: new Date('2025-01-01'),
+      contactEmail: "test@test.test",
     description: 'Test Description',
     externalNetworks: [],
     creationDate: new Date('2025-01-01'),
@@ -171,6 +173,8 @@ describe('ClusterManagerDetailsComponent', () => {
       id: 1,
       name: 'Test Cluster',
       state:"UP",
+      currentStateSince: new Date('2025-01-01'),
+      contactEmail: "test@test.test",
       description: 'Test Description',
       externalNetworks: [],
       creationDate: new Date('2025-01-01'),
-- 
GitLab