Skip to content

Commit 00263a6

Browse files
authored
test: fix integ test validation template error (#4034)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent b77a2c8 commit 00263a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/pkg/deploy/cloudformation/stack/validate_template_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ func TestScheduledJob_Validate(t *testing.T) {
103103
CustomResourcesURL: map[string]string{
104104
"EnvControllerFunction": "https://my-bucket.s3.us-west-2.amazonaws.com/code.zip",
105105
},
106+
AccountID: "123456789123",
107+
Region: "us-west-2",
106108
EnvVersion: "v1.42.0",
107109
},
108110
})

0 commit comments

Comments
 (0)