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

fix network list test

This commit is contained in:
Nat Welch 2013-04-29 15:46:26 -07:00
parent a388b9f51e
commit dd8db412db

View file

@ -45,7 +45,7 @@ Shindo.tests('Fog::Compute[:google] | network requests', ['google']) do
'kind' => String,
'id' => String,
'selfLink' => String,
'items' => []
'items' => [@get_network_format]
}
tests('success') do