diff --git a/application/src/test/java/org/thingsboard/server/transport/lwm2m/NoSecLwM2MIntegrationTest.java b/application/src/test/java/org/thingsboard/server/transport/lwm2m/NoSecLwM2MIntegrationTest.java index 27dfd53060..6703d79713 100644 --- a/application/src/test/java/org/thingsboard/server/transport/lwm2m/NoSecLwM2MIntegrationTest.java +++ b/application/src/test/java/org/thingsboard/server/transport/lwm2m/NoSecLwM2MIntegrationTest.java @@ -148,8 +148,6 @@ public class NoSecLwM2MIntegrationTest extends AbstractLwM2MIntegrationTest { Thread.sleep(5000); - doPost("/api/plugins/telemetry/DEVICE/" + device.getId() + "/timeseries/DEVICE", new EntityKey(EntityKeyType.TIME_SERIES, "fw_state")); - List ts = toTimeseries(doGetAsyncTyped("/api/plugins/telemetry/DEVICE/" + device.getId().getId() + "/values/timeseries?keys=fw_state", new TypeReference<>() { }));