diff --git a/tests/brightbox/requests/compute/helper.rb b/tests/brightbox/requests/compute/helper.rb index 04ab579e2..826db6690 100644 --- a/tests/brightbox/requests/compute/helper.rb +++ b/tests/brightbox/requests/compute/helper.rb @@ -167,6 +167,8 @@ class Brightbox "description" => String, "source" => String, "status" => String, + "public" => Fog::Boolean, + "official" => Fog::Boolean, "owner" => String, "username" => Fog::Nullable::String }