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

Update tests and mock formats based on real pro data.

This commit is contained in:
Rupak Ganguly 2012-04-10 10:42:01 -04:00
parent 36d4dcbefe
commit ce160c277f

View file

@ -2,17 +2,7 @@ Shindo.tests('Fog::Compute[:hp] | security group requests', ['hp']) do
@security_groups_format = {
'security_groups' => [{
'rules' => [{
'id' => Integer,
'fromPort' => Integer,
'toPort' => Integer,
'parent_group_id' => Integer,
'ip_protocol' => String,
'group' => Fog::Nullable::Array,
'ip_range' => {
'cidr' => String
},
}],
'rules' => [Fog::Nullable::Hash],
'tenant_id' => String,
'id' => Integer,
'name' => String,