Skip to content

Commit 975510a

Browse files
author
Emanuele Palazzetti
authored
[ci] use localhost for aiobotocore calls (#328)
1 parent f4bee81 commit 975510a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/contrib/aiobotocore/utils.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66

77
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',
8+
's3': 'http://localhost:55000',
9+
'ec2': 'http://localhost:55001',
10+
'kms': 'http://localhost:55002',
11+
'sqs': 'http://localhost:55003',
12+
'lambda': 'http://localhost:55004',
13+
'kinesis': 'http://localhost:55005',
1414
}
1515

1616

0 commit comments

Comments
 (0)