Igor Kulikov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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<TsKvEntry> ts = toTimeseries(doGetAsyncTyped("/api/plugins/telemetry/DEVICE/" + device.getId().getId() + "/values/timeseries?keys=fw_state", new TypeReference<>() { |
|
|
|
})); |
|
|
|
|
|
|
|
|