mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|compute] fix for get_image_details test
This commit is contained in:
parent
7c1677de0a
commit
66bed6272a
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ Shindo.tests('Rackspace::Compute | image requests', ['rackspace']) do
|
|||
'name' => String,
|
||||
'status' => String,
|
||||
'updated' => String,
|
||||
'serverId' => Integer,
|
||||
}
|
||||
|
||||
@image_format = @images_format.merge({
|
||||
|
@ -27,7 +26,7 @@ Shindo.tests('Rackspace::Compute | image requests', ['rackspace']) do
|
|||
|
||||
Rackspace[:compute].images.get(@image_id).wait_for { ready? }
|
||||
|
||||
tests("#get_image_details(#{@image_id})").formats(@images_format) do
|
||||
tests("#get_image_details(#{@image_id})").formats(@image_format) do
|
||||
Rackspace[:compute].get_image_details(@image_id).body['image']
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue