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:
parent
e4241047b8
commit
e558945dfb
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Shindo.tests('Fog::Compute[:ibm] | image requests', ['ibm']) do
|
||||||
|
|
||||||
tests('#clone_image') do
|
tests('#clone_image') do
|
||||||
clone_name = 'fog-test-clone-image-' + Time.now.to_i.to_s(32)
|
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']
|
@cloned_id = data['ImageID']
|
||||||
returns(String) { data['ImageID'].class }
|
returns(String) { data['ImageID'].class }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue