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:
parent
5cad89ddb6
commit
a5c35dfa56
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue