fix(iplabel/newtest): change ipaddress to ip for consistency in discovery

This commit is contained in:
Colin Gagnaire 2020-08-13 16:50:42 +02:00
parent f039b29c47
commit 0fcd3eb670
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ sub discovery_robots {
company => $robot->{Company}->{Name}, company => $robot->{Company}->{Name},
location => $robot->{Location}->{Name}, location => $robot->{Location}->{Name},
version => $robot->{Version}, version => $robot->{Version},
ipaddress => $robot->{IPAddress}, ip => $robot->{IPAddress},
scenarios => [] scenarios => []
}; };