Fixed test

This commit is contained in:
k.struzhkin 2018-11-27 12:05:17 +03:00
parent 60964cab4e
commit ed9e160f45

View File

@ -63,7 +63,7 @@ public class TokenKeeperApplicationTest {
@LocalServerPort
int serverPort;
private static String SERVICE_URL = "http://localhost:%s/token_keeper";
private static String SERVICE_URL = "http://localhost:%s/v1/token_keeper";
@MockBean
private AuthDataRepository authDataRepository;