Skip to content

Commit 99d5cb1

Browse files
committed
Update tests
1 parent 52c7bc5 commit 99d5cb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/webhook/v1/pod_webhook_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ var _ = Describe("Pod Webhook", func() {
4343
Name: "test-pod",
4444
Namespace: "default",
4545
Labels: map[string]string{
46-
EnabledLabelKey: "true",
46+
EnabledLabelKey: "enabled",
4747
},
4848
Annotations: map[string]string{
4949
ProjectAnnotationKey: "my-project",
5050
EnvironmentAnnotationKey: "my-environment",
5151
TenantAnnotationKey: "my-tenant",
5252
StepAnnotationKey: "my-step",
53+
SpaceAnnotationKey: "my-space",
5354
},
5455
},
5556
Spec: corev1.PodSpec{
@@ -68,6 +69,7 @@ var _ = Describe("Pod Webhook", func() {
6869
Environment: "my-environment",
6970
Tenant: "my-tenant",
7071
Step: "my-step",
72+
Space: "my-space",
7173
}
7274
})
7375

0 commit comments

Comments
 (0)