From 5866a4fd0ab88f315e17e86c08b8474b8300aa2d Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Thu, 3 Mar 2011 01:16:16 +0800 Subject: [PATCH] [brightbox] Fixed up testing formats --- tests/compute/requests/brightbox/helper.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/compute/requests/brightbox/helper.rb b/tests/compute/requests/brightbox/helper.rb index dba4b12f6..91d2d3fee 100644 --- a/tests/compute/requests/brightbox/helper.rb +++ b/tests/compute/requests/brightbox/helper.rb @@ -117,12 +117,10 @@ class Brightbox SERVER_TYPE = { "name" => String, + "handle" => Fog::Nullable::String, "cores" => Integer, - "created_at" => String, "resource_type" => String, - "updated_at" => String, "disk_size" => Integer, - "default" => Fog::Boolean, "url" => String, "id" => String, "ram" => Integer, @@ -203,7 +201,6 @@ class Brightbox "id" => String, "resource_type" => String, "url" => String, - "listed" => Fog::Boolean, "name" => String, "status" => String, "hostname" => String, @@ -401,7 +398,7 @@ class Brightbox "id" => String, "resource_type" => String, "url" => String, - "handle" => Fog::Nullable::String + "handle" => String } end