diff --git a/tests/bluebox/requests/compute/location_tests.rb b/tests/bluebox/requests/compute/location_tests.rb index 7182df534..ce4cbc971 100644 --- a/tests/bluebox/requests/compute/location_tests.rb +++ b/tests/bluebox/requests/compute/location_tests.rb @@ -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