Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jan 30, 2024
1 parent 5a17533 commit 74559fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/aws/test_deploy_codebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from exasol.ds.sandbox.lib.aws_access.aws_access import AwsAccess
from exasol.ds.sandbox.lib.render_template import render_template
from test.integration.aws.cloudformation_validation import validate_using_cfn_lint
from exasol.ds.sandbox.lib.asset_id import AssetId


codebuild_cloudformation_templates = [
Expand All @@ -12,6 +13,7 @@
render_template(
"release_code_build.jinja.yaml",
vm_bucket="test-bucket-123",
path_in_bucket=AssetId.BUCKET_PREFIX,
dockerhub_secret_arn="secret_arn")
]

Expand Down

0 comments on commit 74559fb

Please sign in to comment.