1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fixed typo in Bluebox test

This commit is contained in:
Paul Thornthwaite 2011-04-27 10:53:34 +01:00
parent 90a79f0639
commit a8578b23cc

View file

@ -6,7 +6,7 @@ Shindo.tests('Bluebox::Compute | block requests', ['bluebox']) do
'hostname' => String, 'hostname' => String,
'id' => String, 'id' => String,
'ips' => [{'address' => String}], 'ips' => [{'address' => String}],
'lb_applications' => [{'lb_application_name' => String, 'lb_application_id' => String}] 'lb_applications' => [{'lb_application_name' => String, 'lb_application_id' => String}],
'memory' => Integer, 'memory' => Integer,
'product' => Bluebox::Compute::Formats::PRODUCT, 'product' => Bluebox::Compute::Formats::PRODUCT,
'status' => String, 'status' => String,