Commit 6f66fdb347aab1f26b264176c0b0b866f77d13fc
1 parent
6a706b32
black-box-test: fixed import ThingsBoardThreadFactory
Showing
2 changed files
with
2 additions
and
0 deletions
... | ... | @@ -34,6 +34,7 @@ import org.junit.runner.Description; |
34 | 34 | import org.springframework.core.ParameterizedTypeReference; |
35 | 35 | import org.springframework.http.HttpMethod; |
36 | 36 | import org.springframework.http.ResponseEntity; |
37 | +import org.thingsboard.common.util.ThingsBoardThreadFactory; | |
37 | 38 | import org.thingsboard.mqtt.MqttClient; |
38 | 39 | import org.thingsboard.mqtt.MqttClientConfig; |
39 | 40 | import org.thingsboard.mqtt.MqttHandler; | ... | ... |
msa/black-box-tests/src/test/java/org/thingsboard/server/msa/connectivity/MqttGatewayClientTest.java
... | ... | @@ -33,6 +33,7 @@ import org.junit.Assert; |
33 | 33 | import org.junit.Before; |
34 | 34 | import org.junit.Test; |
35 | 35 | import org.springframework.http.ResponseEntity; |
36 | +import org.thingsboard.common.util.ThingsBoardThreadFactory; | |
36 | 37 | import org.thingsboard.mqtt.MqttClient; |
37 | 38 | import org.thingsboard.mqtt.MqttClientConfig; |
38 | 39 | import org.thingsboard.mqtt.MqttHandler; | ... | ... |