From 7ef3139ce618f1bd63bcd03796a820ed26183428 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Mon, 20 Jun 2011 12:11:11 +0100 Subject: [PATCH] [compute|brightbox] Fixed missed lookup in broken tests caused by namespace rename --- tests/compute/requests/brightbox/cloud_ip_tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compute/requests/brightbox/cloud_ip_tests.rb b/tests/compute/requests/brightbox/cloud_ip_tests.rb index 1dc67d549..02d044f53 100644 --- a/tests/compute/requests/brightbox/cloud_ip_tests.rb +++ b/tests/compute/requests/brightbox/cloud_ip_tests.rb @@ -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