Fix tests
This commit is contained in:
parent
f7b3c7bfa9
commit
ec904d62da
@ -579,9 +579,9 @@ func TestProcessResources(t *testing.T) {
|
|||||||
require.Equal(t, app.ProcessUsage{
|
require.Equal(t, app.ProcessUsage{
|
||||||
CPU: app.ProcessUsageCPU{
|
CPU: app.ProcessUsageCPU{
|
||||||
NCPU: 2,
|
NCPU: 2,
|
||||||
Current: 6,
|
Current: 12,
|
||||||
Average: 6,
|
Average: 12,
|
||||||
Max: 6,
|
Max: 12,
|
||||||
Limit: 0,
|
Limit: 0,
|
||||||
IsThrottling: false,
|
IsThrottling: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user