diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 4204e5a19..ad1b61a3d 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -141,7 +141,8 @@ class Brightbox "url" => String, "name" => String, "default" => Fog::Boolean, - "description" => Fog::Nullable::String + "description" => Fog::Nullable::String, + "created_at" => String } SERVER_TYPE = { @@ -283,6 +284,7 @@ class Brightbox "name" => String, "description" => Fog::Nullable::String, "default" => Fog::Boolean, + "created_at" => String, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "servers" => [Brightbox::Compute::Formats::Nested::SERVER] } @@ -483,6 +485,7 @@ class Brightbox "name" => String, "description" => Fog::Nullable::String, "default" => Fog::Boolean, + "created_at" => String, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, "servers" => [Brightbox::Compute::Formats::Nested::SERVER] }