You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.assertEquals("SDK.EndpointResolvingError : No endpoint in the region 'test' for product 'cloudapi'.\n" +
73
+
"You can set an endpoint for your request explicitly.\n" +
74
+
"Or you can use the other available regions: cn-shenzhen cn-beijing ap-south-1 eu-west-1 ap-northeast-1 me-east-1 cn-qingdao cn-shanghai cn-hongkong ap-southeast-1 ap-southeast-2 ap-southeast-3 eu-central-1 cn-huhehaote ap-southeast-5 us-east-1 us-west-1 cn-zhangjiakou cn-hangzhou\n" +
75
+
"See https://api.alibabacloud.com/product/cloudapi", ex.getMessage());
Assert.assertEquals("No endpoint in the region 'mars' for product 'Ecs'.\n" +
209
+
Assert.assertEquals("No endpoint in the region 'mars' for product 'Ecs'.\n" +
210
210
"You can set an endpoint for your request explicitly.\n" +
211
211
"Or you can use the other available regions: cn-shenzhen cn-beijing ap-south-1 eu-west-1 ap-northeast-1 me-east-1 cn-qingdao cn-shanghai cn-hongkong ap-southeast-1 ap-southeast-2 ap-southeast-3 eu-central-1 cn-huhehaote ap-southeast-5 us-east-1 cn-zhangjiakou us-west-1 cn-hangzhou\n" +
212
-
"See https://www.alibabacloud.com/help/zh/doc-detail/92049.htm\n", e.getErrMsg());
212
+
"See https://api.alibabacloud.com/product/Ecs", e.getErrMsg());
Assert.assertEquals("No endpoint in the region 'mars' for product 'Ecs'.\n" +
247
+
Assert.assertEquals("No endpoint in the region 'mars' for product 'Ecs'.\n" +
248
248
"You can set an endpoint for your request explicitly.\n" +
249
249
"Or you can use the other available regions: cn-shenzhen cn-beijing ap-south-1 eu-west-1 ap-northeast-1 me-east-1 cn-qingdao cn-shanghai cn-hongkong ap-southeast-1 ap-southeast-2 ap-southeast-3 eu-central-1 cn-huhehaote ap-southeast-5 us-east-1 cn-zhangjiakou us-west-1 cn-hangzhou\n" +
250
-
"See https://www.alibabacloud.com/help/zh/doc-detail/92049.htm\n", e.getErrMsg());
250
+
"See https://api.alibabacloud.com/product/Ecs", e.getErrMsg());
251
251
}
252
252
}
253
253
@@ -260,7 +260,7 @@ public void testTryToGetEndpointWithInvalidProductCode() {
0 commit comments