mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|region validation] Error message of the test to match error of the validator.
This commit is contained in:
parent
663f9d7622
commit
38fc980016
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Shindo.tests('Fog::Compute[:aws] | region requests', ['aws']) do
|
|||
|
||||
tests("#incorrect_region") do
|
||||
|
||||
raises(ArgumentError, "Incorrect region world-antarctica-1") do
|
||||
raises(ArgumentError, "Unknown region: world-antarctica-1") do
|
||||
Fog::Compute::AWS.new({:aws_access_key_id => 'dummykey',
|
||||
:aws_secret_access_key => 'dummysecret',
|
||||
:aws_session_token => 'dummytoken',
|
||||
|
|
Loading…
Reference in a new issue