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
9d4dcb0084
commit
2d2ef12c34
1 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ class Brightbox
|
||||||
"reverse_dns" => String,
|
"reverse_dns" => String,
|
||||||
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
"account" => Brightbox::Compute::Formats::Nested::ACCOUNT,
|
||||||
"interface" => Fog::Brightbox::Nullable::Interface,
|
"interface" => Fog::Brightbox::Nullable::Interface,
|
||||||
"server" => NilClass
|
"server" => Fog::Brightbox::Nullable::String
|
||||||
}
|
}
|
||||||
|
|
||||||
IMAGE = {
|
IMAGE = {
|
||||||
|
@ -208,7 +208,7 @@ class Brightbox
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"email_address" => String,
|
"email_address" => String,
|
||||||
"email_verified" => Fog::Boolean,
|
"email_verified" => Fog::Boolean,
|
||||||
"accounts" => [],
|
"accounts" => [Brightbox::Compute::Formats::Nested::ACCOUNT],
|
||||||
"default_account" => NilClass
|
"default_account" => NilClass
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -351,7 +351,7 @@ class Brightbox
|
||||||
"id" => String,
|
"id" => String,
|
||||||
"resource_type" => String,
|
"resource_type" => String,
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"handle" => String
|
"handle" => Fog::Brightbox::Nullable::String
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue