1
0
Fork 0
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:
Paul Thornthwaite 2011-06-20 12:11:11 +01:00
parent bbe557287c
commit 7ef3139ce6

View file

@ -3,7 +3,7 @@ Shindo.tests('Fog::Compute[:brightbox] | cloud ip requests', ['brightbox']) do
tests('success') do
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
tests("#create_cloud_ip").formats(Brightbox::Compute::Formats::Full::CLOUD_IP) do