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:
parent
8f5e968c07
commit
ead3b47271
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue