summaryrefslogtreecommitdiffstats
path: root/robot/resources/dcae/hvves.robot
diff options
context:
space:
mode:
Diffstat (limited to 'robot/resources/dcae/hvves.robot')
-rw-r--r--robot/resources/dcae/hvves.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/dcae/hvves.robot b/robot/resources/dcae/hvves.robot
index 07288a6e..898c2866 100644
--- a/robot/resources/dcae/hvves.robot
+++ b/robot/resources/dcae/hvves.robot
@@ -32,7 +32,7 @@ Check If Topic Exists
Start HV-VES TCP Client And Send Message
[Documentation] Starts HV-VES TCP client sends message to the collector.
[Arguments] ${hvves_server_ip} ${hvves_server_port}
- ${msg}= Convert To Bytes ${${HVVES_MESSAGE}}
+ ${msg}= Convert To Bytes ${HVVES_MESSAGE}
Send Binary Data ${hvves_server_ip} ${hvves_server_port} ${msg}
Decode Last Message From Topic