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

[rackspace|compute] fixing broken tests

This commit is contained in:
Kyle Rames 2013-06-26 09:27:15 -05:00
parent 9ac5b1f913
commit 1266129c66

View file

@ -18,7 +18,7 @@ Shindo.tests('Fog::Compute::RackspaceV2 | flavor_tests', ['rackspace']) do
get_flavor_format = {
'flavor' => flavor_format.merge({
'OS-FLV-DISABLED:disabled' => Fog::Boolean,
'OS-FLV-EXT-DATA:ephemeral' => Integer,
'rxtx_factor' => Float,
'swap' => Integer
})