mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[storm_on_demand] fixes for formats in tests
This commit is contained in:
parent
71d52a51bf
commit
52a45b8ea1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue