mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] Some fixes to Formats in test helper
This commit is contained in:
parent
c63fc6cb4e
commit
3cf5259b7f
1 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ class Brightbox
|
|||
"reverse_dns" => String,
|
||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||
"interface" => Fog::Brightbox::Nullable::Interface,
|
||||
"server" => NilClass
|
||||
"server" => Fog::Brightbox::Nullable::String
|
||||
}
|
||||
|
||||
IMAGE = {
|
||||
|
@ -208,7 +208,7 @@ class Brightbox
|
|||
"name" => String,
|
||||
"email_address" => String,
|
||||
"email_verified" => Fog::Boolean,
|
||||
"accounts" => [],
|
||||
"accounts" => [Brightbox::Compute::Formats::Nested::ACCOUNT],
|
||||
"default_account" => NilClass
|
||||
}
|
||||
|
||||
|
@ -351,7 +351,7 @@ class Brightbox
|
|||
"id" => String,
|
||||
"resource_type" => String,
|
||||
"url" => String,
|
||||
"handle" => String
|
||||
"handle" => Fog::Brightbox::Nullable::String
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue