tests/brightbox/requests/compute/zone_tests.rb in fog-1.1.2 vs tests/brightbox/requests/compute/zone_tests.rb in fog-1.2.0

- old
+ new

@@ -4,16 +4,16 @@ tests("#list_zones") do pending if Fog.mocking? result = Fog::Compute[:brightbox].list_zones @zone_id = result.first["id"] - formats(Brightbox::Compute::Formats::Collection::ZONES) { result } + formats(Brightbox::Compute::Formats::Collection::ZONES, false) { result } end tests("#get_zone('#{@zone_id}')") do pending if Fog.mocking? result = Fog::Compute[:brightbox].get_zone(@zone_id) - formats(Brightbox::Compute::Formats::Full::ZONE) { result } + formats(Brightbox::Compute::Formats::Full::ZONE, false) { result } end end tests('failure') do