mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|voxel] position in format is string, not integer
This commit is contained in:
parent
571f0dc258
commit
14ee0667c8
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Shindo.tests('Fog::Compute[:voxel] | server requests', ['voxel']) do
|
|||
'access_methods' => [],
|
||||
'description' => String,
|
||||
'drives' => [{
|
||||
'position' => Fog::Nullable::Integer,
|
||||
'position' => Fog::Nullable::String,
|
||||
'size' => Integer
|
||||
}],
|
||||
'id' => String,
|
||||
|
@ -34,7 +34,7 @@ Shindo.tests('Fog::Compute[:voxel] | server requests', ['voxel']) do
|
|||
'id' => String,
|
||||
'value' => String
|
||||
},
|
||||
'position' => Fog::Nullable::Integer,
|
||||
'position' => Fog::Nullable::String,
|
||||
'rack' => {
|
||||
'id' => String,
|
||||
'value' => String
|
||||
|
|
Loading…
Reference in a new issue