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:
parent
95ff8c5a29
commit
462bb83305
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue