mirror of
https://github.com/valitydev/token-keeper.git
synced 2024-11-06 02:15:21 +00:00
Fixed test
This commit is contained in:
parent
60964cab4e
commit
ed9e160f45
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user