We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19673f2 commit 1c9c638Copy full SHA for 1c9c638
test/unit/src/test_provider_espressif.py
@@ -12,7 +12,7 @@
12
from unittest import TestCase
13
from unittest.mock import MagicMock, patch
14
sys.path.append('./src/provider_espressif')
15
-os.environ['AWS_REGION'] = "us-east-1"
+os.environ['AWS_DEFAULT_REGION'] = "us-east-1"
16
from src.provider_espressif.testable import LambdaS3Class, LambdaSQSClass # pylint: disable=wrong-import-position
17
from src.provider_espressif.main import lambda_handler, s3_filebuf_bytes, invoke_export # pylint: disable=wrong-import-position
18
from src.provider_espressif.main import s3_object_stream
0 commit comments