Skip to content

Commit

Permalink
[compute|brightbox] Fixed missed lookup in broken tests caused by nam…
Browse files Browse the repository at this point in the history
…espace rename
  • Loading branch information
tokengeek committed Jun 20, 2011
1 parent bbe5572 commit 7ef3139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compute/requests/brightbox/cloud_ip_tests.rb
Expand Up @@ -3,7 +3,7 @@
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
Expand Down

0 comments on commit 7ef3139

Please sign in to comment.