Commit 70097c6bf2dcc83affcac26d1e886e7912f8c787
Committed by
GitHub
1 parent
4b831d0e
Remove unnecessary empty post
Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -148,8 +148,6 @@ public class NoSecLwM2MIntegrationTest extends AbstractLwM2MIntegrationTest { |
148 | 148 | |
149 | 149 | Thread.sleep(5000); |
150 | 150 | |
151 | - doPost("/api/plugins/telemetry/DEVICE/" + device.getId() + "/timeseries/DEVICE", new EntityKey(EntityKeyType.TIME_SERIES, "fw_state")); | |
152 | - | |
153 | 151 | List<TsKvEntry> ts = toTimeseries(doGetAsyncTyped("/api/plugins/telemetry/DEVICE/" + device.getId().getId() + "/values/timeseries?keys=fw_state", new TypeReference<>() { |
154 | 152 | })); |
155 | 153 | ... | ... |