mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
fixup! device attributes in nomad node status -verbose
This commit is contained in:
@@ -254,11 +254,11 @@ func TestGetDeviceAttributes(t *testing.T) {
|
||||
Name: "Name",
|
||||
|
||||
Attributes: map[string]*api.Attribute{
|
||||
"utilization": &api.Attribute{
|
||||
"utilization": {
|
||||
FloatVal: helper.Float64ToPtr(0.78),
|
||||
Unit: "%",
|
||||
},
|
||||
"filesystem": &api.Attribute{
|
||||
"filesystem": {
|
||||
StringVal: helper.StringToPtr("ext4"),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user