mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix typo
This commit is contained in:
parent
50a126335f
commit
2b89a9782f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe 'EC2.create_volume' do
|
|||
|
||||
it "should raise a BadRequest error if volume does not exist" do
|
||||
lambda {
|
||||
ec2.release_address('vol-00000000')
|
||||
ec2.delete_volume('vol-00000000')
|
||||
}.should raise_error(Excon::Errors::BadRequest)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue