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

Fix Disk tests

This commit is contained in:
Nat Welch 2014-04-11 02:36:12 -07:00
parent 328df19faf
commit 5ccc49388e

View file

@ -25,7 +25,9 @@ Shindo.tests('Fog::Compute[:google] | disk requests', ['google']) do
'name' => String,
'zone' => String,
'status' => String,
'sizeGb' => String
'sizeGb' => String,
'sourceImageId' => String,
'sourceImage' => String,
}
@delete_disk_format = {
@ -56,6 +58,8 @@ Shindo.tests('Fog::Compute[:google] | disk requests', ['google']) do
'name'=> String,
'sizeGb'=> String,
'zone'=> String,
'sourceImageId' => String,
'sourceImage' => String,
'status'=>String,
}]
}