in src/it/java/com/epam/digital/data/platform/starter/security/WebSecurityConfigIT.java [118:125]
private String readToken(String tokenPath) {
try {
return new String(
ByteStreams.toByteArray(WebSecurityConfigIT.class.getResourceAsStream(tokenPath)));
} catch (IOException e) {
throw new IllegalArgumentException(e);
}
}