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:
parent
36d4dcbefe
commit
ce160c277f
1 changed files with 1 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue