From e6a5b84c71df19405eb0cd9bce62f899f189488b Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Wed, 1 May 2024 10:30:06 -0700 Subject: [PATCH] test --- tests/test_hitide_backfill_sqs_to_step.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",'