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

Update test to expect CPU Usage as a Nullable Float

This commit is contained in:
Christoffer Artmann 2015-03-04 14:13:26 +01:00
parent 95ff8c5a29
commit 462bb83305

View file

@ -114,7 +114,7 @@ class Glesys
'unit' => Fog::Nullable::String
},
'cpu' => {
'usage' => Fog::Nullable::Integer,
'usage' => Fog::Nullable::Float,
'max' => Fog::Nullable::Integer,
'unit' => Fog::Nullable::String
},