Browse Source

Remove unnecessary empty post

pull/4900/head
Igor Kulikov 5 years ago
committed by GitHub
parent
commit
70097c6bf2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      application/src/test/java/org/thingsboard/server/transport/lwm2m/NoSecLwM2MIntegrationTest.java

2
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<>() {
}));

Loading…
Cancel
Save