Skip to content

Commit

Permalink
Fixed the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-balumuri committed Aug 29, 2024
1 parent b070f71 commit 25ad85f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/examples/mlops-stepfunctions/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def stack_defaults() -> None:
os.environ["SEEDFARMER_PARAMETER_BUCKET_POLICY_ARN"] = "12345"
os.environ["SEEDFARMER_PERMISSION_BOUNDARY_ARN"] = "sagemaker-project"

os.environ["SEEDFARMER_PARAMETER_SCHEDULE"] = "0 6 * * ? *"

# Unload the app import so that subsequent tests don't reuse
if "app" in sys.modules:
del sys.modules["app"]
Expand Down

0 comments on commit 25ad85f

Please sign in to comment.