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:
parent
328df19faf
commit
5ccc49388e
1 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue