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

[digitalocean|compute] list_servers request test fixes

This commit is contained in:
Sergio Rubio 2013-02-26 22:08:34 +01:00
parent 9a09b76159
commit f13544db08

View file

@ -7,7 +7,7 @@ Shindo.tests('Fog::Compute[:digitalocean] | list_servers request', ['digitalocea
'size_id' => Integer,
'region_id' => Integer,
'backups_active' => Fog::Nullable::Boolean,
'ip_address' => String,
'ip_address' => Fog::Nullable::String,
'status' => String
}