Skip to content

Commit

Permalink
Strict date chacking by JAXB - fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 16, 2023
1 parent 2f9249e commit bd0a9a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public abstract class AbstractIntegrationTest {
@Autowired
protected RequestInstitutionEduIDRepository requestInstitutionEduIDRepository;

private final SimpleDateFormat issueFormat = new SimpleDateFormat("yyyy-MM-dd'T'H:mm:ss");
private final SimpleDateFormat issueFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");

protected final BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder();

Expand Down

0 comments on commit bd0a9a9

Please sign in to comment.