From ae1d123555d86d95f6ba972e3ec3ae670e9a7953 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Wed, 9 May 2012 12:02:49 +0100 Subject: [PATCH] [brightbox|compute] Update format tests for updates to Image --- tests/brightbox/requests/compute/helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 7d01710ab..20d1f39ba 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -494,7 +494,8 @@ class Brightbox "disk_size" => Integer, "min_ram" => Fog::Nullable::Integer, "ancestor" => Fog::Brightbox::Nullable::Image, - "username" => Fog::Nullable::String + "username" => Fog::Nullable::String, + "licence_name" => Fog::Nullable::String } INTERFACE = {