mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|brightbox] Fixed missed lookup in broken tests caused by namespace rename
This commit is contained in:
parent
bbe557287c
commit
7ef3139ce6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Shindo.tests('Fog::Compute[:brightbox] | cloud ip requests', ['brightbox']) do
|
||||||
tests('success') do
|
tests('success') do
|
||||||
|
|
||||||
unless Fog.mocking?
|
unless Fog.mocking?
|
||||||
@server = Fog::Compute[:brightbox].servers.create(compute_providers[Brightbox][:server_attributes])
|
@server = Fog::Compute[:brightbox].servers.create(compute_providers[:brightbox][:server_attributes])
|
||||||
end
|
end
|
||||||
|
|
||||||
tests("#create_cloud_ip").formats(Brightbox::Compute::Formats::Full::CLOUD_IP) do
|
tests("#create_cloud_ip").formats(Brightbox::Compute::Formats::Full::CLOUD_IP) do
|
||||||
|
|
Loading…
Reference in a new issue