Skip to content

Commit

Permalink
Fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-balumuri committed Aug 29, 2024
1 parent f89146e commit 0245f95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/examples/mlops-stepfunctions/tests/test_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,15 @@ def stack_model_package_input() -> cdk.Stack:
module_name = "test-module"

app_prefix = f"{project_name}-{deployment_name}-{module_name}"
bucket_policy_arn = "arn:aws:iam::123456789012:policy/bucketPolicy"
permission_boundary_arn = "arn:aws:iam::123456789012:policy/boundary"

return stack.MLOPSSFNResources(
scope=app,
id=app_prefix,
project_name=project_name,
deployment_name=deployment_name,
module_name=module_name,
bucket_policy_arn=bucket_policy_arn,
permission_boundary_arn=permission_boundary_arn,
model_name="demo",
hours="18",
env=cdk.Environment(
account=os.environ["CDK_DEFAULT_ACCOUNT"],
region=os.environ["CDK_DEFAULT_REGION"],
Expand Down

0 comments on commit 0245f95

Please sign in to comment.