[#37] netmap: Update tests for new sys attributes

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2023-03-16 11:01:07 +03:00
parent 7e6592b28e
commit df2090c2be
2 changed files with 8 additions and 8 deletions

View file

@ -54,7 +54,7 @@ func (x *NodeInfo) readFromV2(m netmap.NodeInfo, checkFieldPresence bool) error
return fmt.Errorf("duplicated attbiuted %s", key)
}
const subnetPrefix = "__NEOFS__SUBNET_"
const subnetPrefix = "__SYSTEM__SUBNET_"
switch {
case key == attrCapacity: