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 fc899a7b19
commit f22eb4961f
1 changed files with 1 additions and 1 deletions

View File

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