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:
parent
9a09b76159
commit
f13544db08
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue