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 6d469f9 commit d11a2e4Copy full SHA for d11a2e4
tests/unit/sagemaker/image_uris/test_debugger.py
@@ -16,6 +16,7 @@
16
from tests.unit.sagemaker.image_uris import expected_uris, regions
17
18
ACCOUNTS = {
19
+ "af-south-1": "314341159256",
20
"ap-east-1": "199566480951",
21
"ap-northeast-1": "430734990657",
22
"ap-northeast-2": "578805364391",
@@ -27,6 +28,7 @@
27
28
"cn-northwest-1": "658757709296",
29
"eu-central-1": "482524230118",
30
"eu-north-1": "314864569078",
31
+ "eu-south-1": "563282790590",
32
"eu-west-1": "929884845733",
33
"eu-west-2": "250201462417",
34
"eu-west-3": "447278800020",
0 commit comments