Skip to content

Commit 99a0729

Browse files
authored
fix: Test fix (#337)
1 parent c3b7151 commit 99a0729

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/ControlPlanes/controlPlanes.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const createControlPlane = (conditions: ControlPlaneStatusCondition[]): ControlP
1616
metadata: {
1717
name: '',
1818
namespace: '',
19+
creationTimestamp: '2024-01-01T00:00:00Z',
1920
},
2021
spec: {
2122
authentication: {
@@ -27,6 +28,7 @@ const createControlPlane = (conditions: ControlPlaneStatusCondition[]): ControlP
2728
externalSecretsOperator: undefined,
2829
kyverno: undefined,
2930
flux: undefined,
31+
landscaper: undefined,
3032
},
3133
},
3234
status: {

0 commit comments

Comments
 (0)