Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed May 1, 2024
1 parent 26c37a8 commit e6a5b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hitide_backfill_sqs_to_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from podaac.hitide_backfill_sqs_to_step import lambda_handler
import multiprocessing as mp

region = "us-west-2"
region = os.environ.get("REGION")
simple_definition = (
'{"Comment": "An example of the Amazon States Language using a choice state.",'
'"StartAt": "DefaultState",'
Expand Down

0 comments on commit e6a5b84

Please sign in to comment.