use of org.thingsboard.rest.client.RestClient in project thingsboard by thingsboard.
the class AbstractContainerTest method before.
@BeforeClass
public static void before() throws Exception {
restClient = new RestClient(HTTPS_URL);
restClient.getRestTemplate().setRequestFactory(getRequestFactoryForSelfSignedCert());
}
Aggregations