From 2344163ecb5e3e472accf148a75006175dea60d7 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Mon, 21 Nov 2011 15:18:43 +0000 Subject: [PATCH] [Brightbox] Updated Server output format Zone may be null if Server is deleted. --- tests/brightbox/requests/compute/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 76145c604..cffbc4a7d 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -522,7 +522,7 @@ class Brightbox "snapshots" => [Brightbox::Compute::Formats::Nested::IMAGE], "server_groups" => [Brightbox::Compute::Formats::Nested::SERVER_GROUP], "interfaces" => [Brightbox::Compute::Formats::Nested::INTERFACE], - "zone" => Brightbox::Compute::Formats::Nested::ZONE, + "zone" => Fog::Brightbox::Nullable::Zone, "username" => Fog::Nullable::String }