1
0
Fork 0
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:
geemus 2011-01-21 15:41:58 -08:00
parent 9a0606e938
commit da1804a090

View file

@ -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,