fixup! device attributes in nomad node status -verbose

This commit is contained in:
Mahmood Ali
2018-12-12 09:17:31 -05:00
parent 40164b3dc6
commit bc6929b8fd

View File

@@ -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"),
},
},