From 5a82975691ed4379393cab381cdc526fef4a735c Mon Sep 17 00:00:00 2001 From: Didier Wenzek Date: Fri, 5 Apr 2024 11:33:35 +0200 Subject: [PATCH] Fix typo Signed-off-by: Didier Wenzek --- .../tests/mqtt/custom_sub_topics_tedge-mapper-aws.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RobotFramework/tests/mqtt/custom_sub_topics_tedge-mapper-aws.robot b/tests/RobotFramework/tests/mqtt/custom_sub_topics_tedge-mapper-aws.robot index 5ec09b1675b..29ccf760582 100644 --- a/tests/RobotFramework/tests/mqtt/custom_sub_topics_tedge-mapper-aws.robot +++ b/tests/RobotFramework/tests/mqtt/custom_sub_topics_tedge-mapper-aws.robot @@ -15,7 +15,7 @@ Test Tags theme:mqtt theme:aws Publish events to subscribed topic ${timestamp}= Get Unix Timestamp - Execute Command tedge mqtt pub te/device/main///e/event-type '{"text": "somone logged-in"}' + Execute Command tedge mqtt pub te/device/main///e/event-type '{"text": "someone logged-in"}' Should Have MQTT Messages aws/td/device:main/e/event-type Publish measurements to unsubscribed topic