Skip to content

Commit b16cccc

Browse files
authored
change: update instance type region availability. (#241)
1 parent 98b4e83 commit b16cccc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/integration/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
'eu-west-3',
3030
'eu-north-1',
3131
'sa-east-1',
32-
'ap-east-1'
32+
'ap-east-1',
33+
'me-south-1'
3334
]
3435
NO_P3_REGIONS = [
3536
'ap-southeast-1',
@@ -42,5 +43,6 @@
4243
'eu-west-3',
4344
'eu-north-1',
4445
'sa-east-1',
45-
'ap-east-1'
46+
'ap-east-1',
47+
'me-south-1'
4648
]

0 commit comments

Comments
 (0)