Skip to content

Commit 21aaea5

Browse files
committed
manual: fix test inputs
1 parent 19da704 commit 21aaea5

File tree

2 files changed

+8
-4
lines changed
  • pkg/test/resourcefixture/testdata/basic/essentialcontacts/v1alpha1/essentialcontactscontact/essentialcontactscontact-minimal

2 files changed

+8
-4
lines changed

pkg/test/resourcefixture/testdata/basic/essentialcontacts/v1alpha1/essentialcontactscontact/essentialcontactscontact-minimal/create.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ metadata:
1919
spec:
2020
projectRef:
2121
external: ${projectId}
22-
location: us-central1
23-
description: "Initial description"
22+
languageTag: en
23+
notificationCategorySubscriptions:
24+
- BILLING
25+

pkg/test/resourcefixture/testdata/basic/essentialcontacts/v1alpha1/essentialcontactscontact/essentialcontactscontact-minimal/update.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ metadata:
1919
spec:
2020
projectRef:
2121
external: ${projectId}
22-
location: us-central1
23-
description: "Updated description"
22+
languageTag: en
23+
notificationCategorySubscriptions:
24+
- ALL
25+

0 commit comments

Comments
 (0)