diff --git a/tests/test_hitide_backfill_sqs_to_step.py b/tests/test_hitide_backfill_sqs_to_step.py index d73b9dc..5628013 100644 --- a/tests/test_hitide_backfill_sqs_to_step.py +++ b/tests/test_hitide_backfill_sqs_to_step.py @@ -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",'