1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[ibm] Description is mandatory

This commit is contained in:
Decklin Foster 2012-02-29 12:51:19 -05:00
parent e4241047b8
commit e558945dfb

View file

@ -87,7 +87,7 @@ Shindo.tests('Fog::Compute[:ibm] | image requests', ['ibm']) do
tests('#clone_image') do
clone_name = 'fog-test-clone-image-' + Time.now.to_i.to_s(32)
data = Fog::Compute[:ibm].clone_image(@image_id, clone_name, "").body
data = Fog::Compute[:ibm].clone_image(@image_id, clone_name, clone_name).body
@cloned_id = data['ImageID']
returns(String) { data['ImageID'].class }
end