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

Fix location_id typo.

This commit is contained in:
leehuffman 2012-02-16 18:47:12 -08:00
parent 8f5e968c07
commit ead3b47271

View file

@ -9,7 +9,7 @@ Shindo.tests('Fog::Compute[:bluebox] | location requests', ['bluebox']) do
@location_id = compute_providers[:bluebox][:server_attributes][:location_id]
tests("get_location('#{@product_id}')").formats(@location_format) do
tests("get_location('#{@location_id}')").formats(@location_format) do
pending if Fog.mocking?
Fog::Compute[:bluebox].get_location(@location_id).body
end