mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] Fixed up testing formats
This commit is contained in:
parent
85c90c500c
commit
5866a4fd0a
1 changed files with 2 additions and 5 deletions
|
@ -117,12 +117,10 @@ class Brightbox
|
||||||
|
|
||||||
SERVER_TYPE = {
|
SERVER_TYPE = {
|
||||||
"name" => String,
|
"name" => String,
|
||||||
|
"handle" => Fog::Nullable::String,
|
||||||
"cores" => Integer,
|
"cores" => Integer,
|
||||||
"created_at" => String,
|
|
||||||
"resource_type" => String,
|
"resource_type" => String,
|
||||||
"updated_at" => String,
|
|
||||||
"disk_size" => Integer,
|
"disk_size" => Integer,
|
||||||
"default" => Fog::Boolean,
|
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"id" => String,
|
"id" => String,
|
||||||
"ram" => Integer,
|
"ram" => Integer,
|
||||||
|
@ -203,7 +201,6 @@ class Brightbox
|
||||||
"id" => String,
|
"id" => String,
|
||||||
"resource_type" => String,
|
"resource_type" => String,
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"listed" => Fog::Boolean,
|
|
||||||
"name" => String,
|
"name" => String,
|
||||||
"status" => String,
|
"status" => String,
|
||||||
"hostname" => String,
|
"hostname" => String,
|
||||||
|
@ -401,7 +398,7 @@ class Brightbox
|
||||||
"id" => String,
|
"id" => String,
|
||||||
"resource_type" => String,
|
"resource_type" => String,
|
||||||
"url" => String,
|
"url" => String,
|
||||||
"handle" => Fog::Nullable::String
|
"handle" => String
|
||||||
}
|
}
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue