mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|voxel] fix server format
This commit is contained in:
parent
351570fb35
commit
c0ca2cd5dc
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ Shindo.tests('Fog::Compute[:voxel] | server requests', ['voxel']) do
|
|||
'devices' => [{
|
||||
'access_methods' => [],
|
||||
'description' => String,
|
||||
'drives' => {
|
||||
'drives' => [{
|
||||
'position' => Fog::Nullable::Integer,
|
||||
'size' => Integer
|
||||
},
|
||||
}],
|
||||
'id' => String,
|
||||
'ipassignments' => [{
|
||||
'description' => String,
|
||||
|
|
Loading…
Add table
Reference in a new issue