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,