From 7157e4706150d40b3f077a5ca2aeffc07cfe8037 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 9 Aug 2012 12:42:24 +0100 Subject: [PATCH] [brightbox|ServerGroup] ServerGroups can have a nil name. --- tests/brightbox/requests/compute/helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 119e7e729..7212e0106 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -190,7 +190,7 @@ class Brightbox "id" => String, "resource_type" => String, "url" => String, - "name" => String, + "name" => Fog::Nullable::String, "created_at" => String, "default" => Fog::Boolean, "description" => Fog::Nullable::String, @@ -341,7 +341,7 @@ class Brightbox "id" => String, "resource_type" => String, "url" => String, - "name" => String, + "name" => Fog::Nullable::String, "description" => Fog::Nullable::String, "default" => Fog::Boolean, "created_at" => String,