mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix the state that is checked for in volume spec
This commit is contained in:
parent
f9e8b97c8a
commit
a8595ea3ee
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ describe 'Fog::AWS::EC2::Volume' do
|
|||
|
||||
after(:each) do
|
||||
if @volume.id
|
||||
@volume.wait_for { state == 'attached' }
|
||||
@volume.wait_for { state == 'in-use' }
|
||||
@volume.server = nil
|
||||
@volume.wait_for { ready? }
|
||||
@volume.destroy
|
||||
|
|
Loading…
Reference in a new issue