diff --git a/tests/compute/requests/brightbox/helper.rb b/tests/compute/requests/brightbox/helper.rb index 55e4bd8eb..0f8b3a0f0 100644 --- a/tests/compute/requests/brightbox/helper.rb +++ b/tests/compute/requests/brightbox/helper.rb @@ -346,7 +346,8 @@ class Brightbox "created_at" => String, "deleted_at" => Fog::Nullable::String, "account" => Brightbox::Compute::Formats::Nested::ACCOUNT, - "nodes" => [Brightbox::Compute::Formats::Nested::SERVER] + "nodes" => [Brightbox::Compute::Formats::Nested::SERVER], + "cloud_ips" => [Brightbox::Compute::Formats::Nested::CLOUD_IP] } SERVER = {