mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[brightbox] fix formats in tests
This commit is contained in:
parent
9a0606e938
commit
da1804a090
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,7 @@ class Brightbox
|
|||
}
|
||||
|
||||
LOAD_BALANCER = {
|
||||
"cloud_ips" => Array,
|
||||
"id" => String,
|
||||
"resource_type" => String,
|
||||
"url" => String,
|
||||
|
@ -202,6 +203,7 @@ class Brightbox
|
|||
"id" => String,
|
||||
"resource_type" => String,
|
||||
"url" => String,
|
||||
"listed" => Fog::Boolean,
|
||||
"name" => String,
|
||||
"status" => String,
|
||||
"hostname" => String,
|
||||
|
|
Loading…
Reference in a new issue