Commit 9e4387af2ec3a0609e821d52b24449683e48cf44

Authored by YevhenBondarenko
1 parent 1a285ff9

refactored

... ... @@ -33,7 +33,6 @@ import org.junit.rules.TestRule;
33 33 import org.junit.rules.TestWatcher;
34 34 import org.junit.runner.Description;
35 35 import org.junit.runner.RunWith;
36   -import org.mockito.Mockito;
37 36 import org.springframework.beans.factory.annotation.Autowired;
38 37 import org.springframework.boot.test.context.SpringBootContextLoader;
39 38 import org.springframework.boot.test.context.SpringBootTest;
... ... @@ -49,7 +48,6 @@ import org.springframework.mock.http.MockHttpOutputMessage;
49 48 import org.springframework.test.annotation.DirtiesContext;
50 49 import org.springframework.test.context.ActiveProfiles;
51 50 import org.springframework.test.context.ContextConfiguration;
52   -import org.springframework.test.context.TestPropertySource;
53 51 import org.springframework.test.context.junit4.SpringRunner;
54 52 import org.springframework.test.context.web.WebAppConfiguration;
55 53 import org.springframework.test.web.servlet.MockMvc;
... ... @@ -75,7 +73,6 @@ import org.thingsboard.server.service.security.auth.jwt.RefreshTokenRequest;
75 73 import org.thingsboard.server.service.security.auth.rest.LoginRequest;
76 74
77 75 import java.io.IOException;
78   -import java.nio.charset.Charset;
79 76 import java.util.ArrayList;
80 77 import java.util.Arrays;
81 78 import java.util.Comparator;
... ...