[storm_on_demand] fixes for formats in tests

This commit is contained in:
geemus 2011-12-13 18:13:04 -06:00
parent 71d52a51bf
commit 52a45b8ea1
1 changed files with 3 additions and 3 deletions

View File

@ -14,16 +14,16 @@ Shindo.tests('Fog::Compute[:stormondemand] | server requests', ['stormondemand']
'ip' => String,
'ip_count' => String,
'subaccnt' => String,
'template' => NilClass,
'template' => String,
'template_description' => String,
'manage_level' => NilClass,
'manage_level' => String,
'zone' => Hash,
'active' => Integer,
'create_date' => String
}
@servers_format = {
'servers' => [@server_format]
'items' => [@server_format]
}
tests('success') do