Skip to content

Commit 1c9c638

Browse files
committed
change environment
1 parent 19673f2 commit 1c9c638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/src/test_provider_espressif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from unittest import TestCase
1313
from unittest.mock import MagicMock, patch
1414
sys.path.append('./src/provider_espressif')
15-
os.environ['AWS_REGION'] = "us-east-1"
15+
os.environ['AWS_DEFAULT_REGION'] = "us-east-1"
1616
from src.provider_espressif.testable import LambdaS3Class, LambdaSQSClass # pylint: disable=wrong-import-position
1717
from src.provider_espressif.main import lambda_handler, s3_filebuf_bytes, invoke_export # pylint: disable=wrong-import-position
1818
from src.provider_espressif.main import s3_object_stream

0 commit comments

Comments
 (0)