Tests fix
This commit is contained in:
parent
059b456f70
commit
3c9a335910
@ -90,6 +90,8 @@ public abstract class AbstractMqttAttributesRequestIntegrationTest extends Abstr
|
|||||||
|
|
||||||
assertNotNull(savedDevice);
|
assertNotNull(savedDevice);
|
||||||
|
|
||||||
|
Thread.sleep(1000);
|
||||||
|
|
||||||
doPostAsync("/api/plugins/telemetry/DEVICE/" + savedDevice.getId().getId() + "/attributes/SHARED_SCOPE", POST_ATTRIBUTES_PAYLOAD, String.class, status().isOk());
|
doPostAsync("/api/plugins/telemetry/DEVICE/" + savedDevice.getId().getId() + "/attributes/SHARED_SCOPE", POST_ATTRIBUTES_PAYLOAD, String.class, status().isOk());
|
||||||
|
|
||||||
Thread.sleep(1000);
|
Thread.sleep(1000);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user