Skip to content

Commit

Permalink
Wrong user email setup. Fixes javaeekickoff#52
Browse files Browse the repository at this point in the history
  • Loading branch information
JEAN-PROST Frédéric committed Nov 11, 2024
1 parent fe5c263 commit 8d4d3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/example/kickoff/config/StartupBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void setupTestPersons() {
Person person = new Person();
person.setFirstName("Test");
person.setLastName("User");
person.setEmail("person@kickoff.example.org");
person.setEmail("user@kickoff.example.org");
personService.register(person, "passw0rd");
}
}
Expand Down

0 comments on commit 8d4d3ab

Please sign in to comment.