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

OpenStack: Drop unused server_format hash.

Updates the compute server request tests to drop an unused
hash.
This commit is contained in:
Dan Prince 2012-12-07 22:03:52 -05:00
parent 5cad89ddb6
commit a5c35dfa56

View file

@ -1,10 +1,5 @@
Shindo.tests('Fog::Compute[:openstack] | server requests', ['openstack']) do
@server_format = {
'id' => String,
'links' => Array,
}
@detailed_server_format = {
'id' => String,
'addresses' => Hash,