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 f4bee81 commit 975510aCopy full SHA for 975510a
tests/contrib/aiobotocore/utils.py
@@ -5,12 +5,12 @@
5
6
7
LOCALSTACK_ENDPOINT_URL = {
8
- 's3': 'http://127.0.0.1:55000',
9
- 'ec2': 'http://127.0.0.1:55001',
10
- 'kms': 'http://127.0.0.1:55002',
11
- 'sqs': 'http://127.0.0.1:55003',
12
- 'lambda': 'http://127.0.0.1:55004',
13
- 'kinesis': 'http://127.0.0.1:55005',
+ 's3': 'http://localhost:55000',
+ 'ec2': 'http://localhost:55001',
+ 'kms': 'http://localhost:55002',
+ 'sqs': 'http://localhost:55003',
+ 'lambda': 'http://localhost:55004',
+ 'kinesis': 'http://localhost:55005',
14
}
15
16
0 commit comments