diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 4818e09b5..ce4648053 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -279,6 +279,7 @@ class Brightbox "compatibility_mode" => Fog::Boolean, "virtual_size" => Integer, "disk_size" => Integer, + "min_ram" => Fog::Nullable::Integer, "ancestor" => Fog::Brightbox::Nullable::Image, "username" => Fog::Nullable::String } @@ -471,6 +472,7 @@ class Brightbox "compatibility_mode" => Fog::Boolean, "virtual_size" => Integer, "disk_size" => Integer, + "min_ram" => Fog::Nullable::Integer, "ancestor" => Fog::Brightbox::Nullable::Image, "username" => Fog::Nullable::String }