From c580242a3d216b7f0d232b0b2b3fd15c3d1b7203 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Mon, 6 Jul 2026 10:58:40 +0200 Subject: [PATCH] tests: fix value fragment type filtering --- tests/modbus_reader/telemetry.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/modbus_reader/telemetry.robot b/tests/modbus_reader/telemetry.robot index 9705319..9455ea4 100644 --- a/tests/modbus_reader/telemetry.robot +++ b/tests/modbus_reader/telemetry.robot @@ -7,10 +7,10 @@ Suite Teardown Teardown Device *** Test Cases *** ChildDevice TestCase1 should have a Test.Int16 Measurement - Cumulocity.Device Should Have Measurements 1 fragment=Test series=Int16 + Cumulocity.Device Should Have Measurements 1 value=Test series=Int16 ChildDevice TestCase1 should have a Test.Float32 Measurement - Cumulocity.Device Should Have Measurements 1 fragment=Test series=Float32 + Cumulocity.Device Should Have Measurements 1 value=Test series=Float32 ChildDevice TestCase1 should have Alarms of type TestAlarm on Coil Value 1 Log Test Not implemented