diff --git a/tests/compute/requests/voxel/server_tests.rb b/tests/compute/requests/voxel/server_tests.rb index 384c2017a..808ca72cf 100644 --- a/tests/compute/requests/voxel/server_tests.rb +++ b/tests/compute/requests/voxel/server_tests.rb @@ -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