We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ed616 commit 4032277Copy full SHA for 4032277
tests/test_kinesis.py
@@ -16,6 +16,7 @@ def test_create_stream(self):
16
kinesis = boto3.client(
17
service_name="kinesis",
18
aws_access_key_id="test",
19
+ region_name="us-east-1",
20
aws_secret_access_key="test",
21
endpoint_url="http://localhost:4566",
22
)
0 commit comments