Skip to content
Snippets Groups Projects
Commit e44c7f7b authored by kbeyro's avatar kbeyro
Browse files

fix test

parent 27b9ca8c
No related branches found
No related tags found
2 merge requests!184Develop,!183294 add domain to cluster
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment