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:
parent
90a79f0639
commit
a8578b23cc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Shindo.tests('Bluebox::Compute | block requests', ['bluebox']) do
|
|||
'hostname' => String,
|
||||
'id' => 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,
|
||||
'product' => Bluebox::Compute::Formats::PRODUCT,
|
||||
'status' => String,
|
||||
|
|
Loading…
Add table
Reference in a new issue