From bae1fd168dc8e7e1e40a279f00e51e22591b6a62 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Tue, 31 May 2011 14:15:28 +0100 Subject: [PATCH] [brightbox|compute] Fixed Format of nested CloudIP's server attribute --- tests/compute/requests/brightbox/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compute/requests/brightbox/helper.rb b/tests/compute/requests/brightbox/helper.rb index 4f7daaaf7..72f374b86 100644 --- a/tests/compute/requests/brightbox/helper.rb +++ b/tests/compute/requests/brightbox/helper.rb @@ -162,7 +162,7 @@ class Brightbox "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "interface" => Fog::Brightbox::Nullable::Interface, "load_balancer" => Fog::Brightbox::Nullable::LoadBalancer, - "server" => Fog::Nullable::String + "server" => Fog::Brightbox::Nullable::Server } IMAGE = {