Changed api links in the Tests

This commit is contained in:
2020-10-30 17:22:40 +01:00
parent 2b59c181e5
commit 1571bccb49
6 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@ public class App {
mar.setEmail("marwoz16@st.amu.edu.pl");
mar.setName("Marcin");
mar.setSurname("Woźniak");
mar.setRole(UserRoles.STUDENT);
mar.setRole(UserRoles.ADMIN);
this.userService.save(mar);
}