This repository was archived by the owner on Jul 28, 2023. It is now read-only.
File tree 1 file changed +2
-2
lines changed
test/unit/grails/plugin/awssdk
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ class AmazonWebServiceTests {
353
353
assert amazonWebService. getConfigAsync(' eu-west-1' ). class == AmazonConfigAsyncClient
354
354
assert amazonWebService. getConfig(). class == AmazonConfigClient
355
355
assert amazonWebService. getConfig(' eu-west-1' ). class == AmazonConfigClient
356
- assert amazonWebService. getConfig(' eu-west-1' ). endpoint. toString() == ' https://config.us-east -1.amazonaws.com' // Currently only available in us-east-1
356
+ assert amazonWebService. getConfig(' eu-west-1' ). endpoint. toString() == ' https://config.eu-west -1.amazonaws.com'
357
357
}
358
358
359
359
void testConfigClientWithoutCredentials () {
@@ -363,7 +363,7 @@ class AmazonWebServiceTests {
363
363
assert amazonWebService. getConfigAsync(' eu-west-1' ). class == AmazonConfigAsyncClient
364
364
assert amazonWebService. getConfig(). class == AmazonConfigClient
365
365
assert amazonWebService. getConfig(' eu-west-1' ). class == AmazonConfigClient
366
- assert amazonWebService. getConfig(' eu-west-1' ). endpoint. toString() == ' https://config.us-east -1.amazonaws.com' // Currently only available in us-east-1
366
+ assert amazonWebService. getConfig(' eu-west-1' ). endpoint. toString() == ' https://config.eu-west -1.amazonaws.com'
367
367
}
368
368
369
369
/**
You can’t perform that action at this time.
0 commit comments